Update version to 2.1,fix more bugs.

This commit is contained in:
2022-03-17 10:13:09 +08:00
parent 91d92e6530
commit 7780dcd301
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'
}