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

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "1.0"
appVersionCode = 1
appVersionName = "1.1"
appVersionCode = 2
}
task clean(type: Delete) {