Update version to 2.2

This commit is contained in:
2022-03-28 14:01:45 +08:00
parent 9877bf902f
commit 226d9395b6
7 changed files with 13 additions and 9 deletions

View File

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "2.16"
appVersionCode = 26
appVersionName = "2.2"
appVersionCode = 27
}
task clean(type: Delete) {