Update version to 1.2,fix more bugs.

This commit is contained in:
2022-03-02 03:25:14 +08:00
parent dd293a7e33
commit 9e7b92fdaa

View File

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