Update version to 1.77

This commit is contained in:
2022-05-09 16:08:08 +08:00
parent b97de07843
commit 8de1abf679
3 changed files with 4 additions and 4 deletions

View File

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