Update version to 1.75

This commit is contained in:
2022-05-05 15:17:04 +08:00
parent 08b7feeede
commit 384e6b657e
3 changed files with 4 additions and 4 deletions

View File

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "1.7"
appVersionCode = 12
appVersionName = "1.75"
appVersionCode = 13
enableR8 = true
}