Update version to 2.8

This commit is contained in:
2022-06-26 23:53:19 +08:00
parent 1c56818f01
commit 60df1a91c8
2 changed files with 3 additions and 3 deletions

View File

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "2.75"
appVersionCode = 33
appVersionName = "2.8"
appVersionCode = 34
enableR8 = true
}