This commit is contained in:
2022-02-07 02:59:32 +08:00
parent ba25e354ce
commit ab2584320a
4 changed files with 7 additions and 2 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'
}