Disables minification of release builds.

This commit is contained in:
2021-08-03 08:59:45 -07:00
committed by Tom Hicks
parent 49734d5eef
commit 540a0474da

View File

@@ -44,7 +44,7 @@ android {
release {
// Enables code shrinking, obfuscation, and optimization for only
// your project's release build type.
minifyEnabled true
minifyEnabled false
// Enables resource shrinking, which is performed by the
// Android Gradle plugin.