Update version to 1.6,fix more bugs

This commit is contained in:
2022-02-17 05:10:53 +08:00
parent 32e9ee3c8b
commit ef0392a168
3 changed files with 5 additions and 5 deletions

View File

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