Update version to 1.85

This commit is contained in:
2022-05-31 04:06:23 +08:00
parent d177620784
commit c02bc2314a
2 changed files with 3 additions and 3 deletions

View File

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