Update version to 1.51,fix more bugs

This commit is contained in:
2022-02-16 02:12:58 +08:00
parent 9468c0b696
commit e618efe29e
2 changed files with 4 additions and 4 deletions

View File

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