Update version to 1.95,fix more bugs.

This commit is contained in:
2022-03-06 03:06:46 +08:00
parent 193e31b05d
commit 205351a7e6
2 changed files with 4 additions and 4 deletions

View File

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "1.9"
appVersionCode = 21
appVersionName = "1.95"
appVersionCode = 22
}
task clean(type: Delete) {