enable minifying in release mode

This commit is contained in:
tibbi 2022-02-10 22:13:55 +01:00
parent 33fa17c2da
commit 96516a7cde
1 changed files with 1 additions and 1 deletions

View File

@ -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