try to downgrade official version code and bump version

This commit is contained in:
luvletter2333 2022-12-03 14:37:59 +08:00
parent 9d4ce33277
commit 17546df4bb
No known key found for this signature in database
GPG Key ID: A26A8880836E1978
1 changed files with 2 additions and 2 deletions

View File

@ -4,14 +4,14 @@ apply plugin: "com.android.application"
apply plugin: "kotlin-android"
def verName = "9.1.6-preview01"
def verCode = 670
def verCode = 675
if (System.getenv("DEBUG_BUILD") == "true") {
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:'%h' -n 1").trim().replace('\'','')
}
def officialVer = "9.1.6"
def officialCode = 2929
def officialCode = 2927
def serviceAccountCredentialsFile = rootProject.file("service_account_credentials.json")