proguard of module all close and apply app config

This commit is contained in:
unknown
2020-07-20 17:24:01 +08:00
parent e34d2afe1a
commit af5abc41ec
20 changed files with 20 additions and 54 deletions

View File

@@ -21,9 +21,7 @@ android {
buildTypes {
release {
minifyEnabled true
zipAlignEnabled true
consumerProguardFiles 'consumer-rules.pro'
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}