bump version

This commit is contained in:
luvletter2333 2021-11-18 00:56:49 +08:00
parent a8b667084e
commit fb3a2b88fd
No known key found for this signature in database
GPG Key ID: A26A8880836E1978
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ apply plugin: "com.android.application"
apply plugin: "kotlin-android"
def verName = "8.2.7"
def verCode = 465
def verCode = 470
if (System.getenv("DEBUG_BUILD") == "true") {
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:'%h' -n 1")