Update version to 2.8

This commit is contained in:
2022-06-26 23:53:19 +08:00
parent efc192b0ee
commit eb75c1c511
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
}