Update version to 1.71,fix more bugs

This commit is contained in:
2022-02-20 13:57:46 +08:00
parent b03cf30e0a
commit c67fe2fa31
3 changed files with 8 additions and 4 deletions

View File

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