Update version to 1.1,fix more bugs.

This commit is contained in:
2022-03-01 00:35:04 +08:00
parent 21ff3938e3
commit 3c07fb40d5
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'
}