Update version to 1.3,fix more bugs.

This commit is contained in:
2022-03-05 00:59:20 +08:00
parent cd4b9794c4
commit 4d7891f769
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) {