bump version

This commit is contained in:
arm64v8a 2021-11-05 22:57:00 +08:00
parent 7a9c83d2b8
commit ecac2aaa96

View File

@ -3,15 +3,15 @@ import cn.hutool.core.util.RuntimeUtil
apply plugin: "com.android.application"
apply plugin: "kotlin-android"
def verName = "8.1.2-3"
def verCode = 438
def verName = "8.2.1-preview1"
def verCode = 439
if (System.getenv("DEBUG_BUILD") == "true") {
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:'%h' -n 1")
}
def officialVer = "8.1.2"
def officialCode = 2432
def officialVer = "8.2.1"
def officialCode = 2462
def serviceAccountCredentialsFile = rootProject.file("service_account_credentials.json")