优化代码

This commit is contained in:
2022-02-20 12:04:52 +08:00
parent 3b5e066e2d
commit cbeaaa8733
2 changed files with 11 additions and 8 deletions

View File

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