Update version to 2.5

This commit is contained in:
2022-04-14 03:11:17 +08:00
parent d4197e8fde
commit 416fa66361
3 changed files with 4 additions and 4 deletions

View File

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