Update version to 2.7

This commit is contained in:
2022-05-31 03:54:21 +08:00
parent a864d4aa32
commit d14b2cb551
2 changed files with 3 additions and 3 deletions

View File

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "2.6"
appVersionCode = 31
appVersionName = "2.7"
appVersionCode = 32
enableR8 = true
}