Update version to 2.15,fix more bugs.

This commit is contained in:
2022-03-17 11:33:53 +08:00
parent 4699eb137e
commit 90dda0aa52
2 changed files with 4 additions and 4 deletions

View File

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "2.1"
appVersionCode = 24
appVersionName = "2.15"
appVersionCode = 25
}
task clean(type: Delete) {