Update version to 1.76

This commit is contained in:
2022-05-09 01:20:51 +08:00
parent 967186bd00
commit 117b37b5cf
3 changed files with 4 additions and 4 deletions

View File

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