Update version to 1.66,fix more bugs

This commit is contained in:
2022-02-20 00:24:07 +08:00
parent 0534ab9218
commit 7a4e254230
3 changed files with 5 additions and 5 deletions

View File

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