Reenable Proguard
(cherry picked from commit bb7ed7374347bcc2b66627e3395f58c7b50015ed)
This commit is contained in:
parent
9b5fbda9a2
commit
d03d9b344a
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user