Update version to 1.95,fix more bugs.

This commit is contained in:
2022-03-06 03:06:46 +08:00
parent 099886b0b2
commit 00bf1acdb8
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) {