enable minifying in release mode
This commit is contained in:
parent
33fa17c2da
commit
96516a7cde
|
@ -37,7 +37,7 @@ android {
|
|||
applicationIdSuffix ".debug"
|
||||
}
|
||||
release {
|
||||
minifyEnabled false
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
if (keystorePropertiesFile.exists()) {
|
||||
signingConfig signingConfigs.release
|
||||
|
|
Loading…
Reference in New Issue