Update version to 1.3,fix more bugs.

This commit is contained in:
2022-03-05 00:59:20 +08:00
parent d29015c1f2
commit 2de37ea892
3 changed files with 5 additions and 5 deletions

View File

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "1.2"
appVersionCode = 3
appVersionName = "1.3"
appVersionCode = 4
}
task clean(type: Delete) {