Update version to 1.9

This commit is contained in:
2023-02-06 04:09:35 +08:00
parent b9a8b6195b
commit e5a2edb614
2 changed files with 3 additions and 3 deletions

View File

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "1.85"
appVersionCode = 17
appVersionName = "1.9"
appVersionCode = 18
enableR8 = true
}