Reenable Proguard

(cherry picked from commit bb7ed7374347bcc2b66627e3395f58c7b50015ed)
This commit is contained in:
jobobby04 2020-04-04 18:00:33 -04:00 committed by Jobobby04
parent 9b5fbda9a2
commit d03d9b344a

View File

@ -80,6 +80,11 @@ android {
zipAlignEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
flavorDimensions "default"