115
9
In release mode, you must add the following to your app/build.gradle:
app/build.gradle
buildTypes { release { shrinkResources false minifyEnabled false } }