Reenable Proguard

This commit is contained in:
arkon 2020-03-02 21:44:35 -05:00
parent ea749d69a3
commit bb7ed73743

View File

@ -62,6 +62,11 @@ android {
versionNameSuffix "-${getCommitCount()}"
applicationIdSuffix ".debug"
}
release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
flavorDimensions "default"