Update version to 1.1

This commit is contained in:
2022-10-05 07:03:16 +08:00
parent 24549a076e
commit b3e798d663
3 changed files with 4 additions and 4 deletions

View File

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