Update version to 2.1,fix more bugs.

This commit is contained in:
2022-03-17 10:13:09 +08:00
parent 7a5df6457f
commit ef47eef989
3 changed files with 5 additions and 5 deletions

View File

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "2.0"
appVersionCode = 23
appVersionName = "2.1"
appVersionCode = 24
}
task clean(type: Delete) {