Update version to 1.2

This commit is contained in:
2023-01-23 12:19:06 +08:00
parent 910b3523a3
commit 82946e55fe
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ plugins {
}
ext {
appVersionName = "1.1"
appVersionCode = 3
appVersionName = "1.2"
appVersionCode = 4
enableR8 = true
}