Enable code shrinking for debug builds

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya
2021-03-27 15:20:46 +05:30
parent 663a955438
commit 5b73bbd33d
+3 -1
View File
@@ -106,8 +106,10 @@ android {
buildTypes {
debug {
minifyEnabled false
minifyEnabled true
shrinkResources true
versionNameSuffix ".debug"
proguardFiles "proguard-android-optimize.txt", "proguard.flags"
}
release {