Update version to 1.85,fix more bugs.

This commit is contained in:
2022-02-27 00:49:32 +08:00
parent ec45839029
commit c886bbd6cf
3 changed files with 5 additions and 5 deletions

View File

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