Update version to 1.8,fix more bugs.

This commit is contained in:
2022-02-25 03:07:32 +08:00
parent da61a52c13
commit 4c88a5fbc6
2 changed files with 3 additions and 3 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'
}

View File

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "1.71"
appVersionCode = 16
appVersionName = "1.8"
appVersionCode = 17
}
task clean(type: Delete) {