This commit is contained in:
2022-02-07 02:45:25 +08:00
parent ffc07e7241
commit e1fdc90e91
9 changed files with 28 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ android {
buildTypes {
release {
minifyEnabled false
minifyEnabled true
signingConfig signingConfigs.debug
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}