Update version to 1.7,fix more bugs

This commit is contained in:
2022-02-20 12:42:45 +08:00
parent 64f252986b
commit 09191802ad
2 changed files with 4 additions and 4 deletions

View File

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "1.67"
appVersionCode = 14
appVersionName = "1.7"
appVersionCode = 15
}
task clean(type: Delete) {