Update version to 1.8

This commit is contained in:
2022-05-30 03:58:50 +08:00
parent 69c5003af1
commit 63512254da
2 changed files with 3 additions and 3 deletions

View File

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