enable minifying in release mode

This commit is contained in:
tibbi 2022-02-10 21:32:30 +01:00
parent 3dcf9e2709
commit 03a95f6c41
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