Update version to 1.6,fix more bugs

This commit is contained in:
2022-02-17 05:10:53 +08:00
parent c3125d6561
commit a1d75781e2
3 changed files with 5 additions and 5 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'
}