Update version to 1.65,fix more bugs

This commit is contained in:
2022-02-18 23:22:53 +08:00
parent 0e3ef5418c
commit a2fc95d765
2 changed files with 4 additions and 4 deletions

View File

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "1.6(pending)"
appVersionCode = 11
appVersionName = "1.65"
appVersionCode = 12
}
task clean(type: Delete) {