Update version to 2.6

This commit is contained in:
2022-05-30 03:47:52 +08:00
parent 5d099d2ec6
commit 107569607d
2 changed files with 4 additions and 4 deletions

View File

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