Update version to 1.0.1

This commit is contained in:
2022-06-27 17:36:34 +08:00
parent 60a619ab3e
commit 20eb229e02
2 changed files with 3 additions and 3 deletions

View File

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