Update version to 2.3

This commit is contained in:
2022-03-29 23:50:09 +08:00
parent 256e2ebfce
commit fc728a75a4
3 changed files with 4 additions and 4 deletions

View File

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