When I set minifyEnabled to true in build.gradle, I get the following error when trying to build my signed APK:
Error:Execution failed for task ':app:packageRelease'.
> Unable to compute hash of .../app/build/intermediates/classes-proguard/release/classes.jar
I am not sure why this is happening. Any help appreciated.