bump version to 8.6.2-rc01

This commit is contained in:
luvletter2333 2022-03-24 14:33:01 +08:00
parent 00f7b2c892
commit 0ed8ff1ed3
No known key found for this signature in database
GPG Key ID: A26A8880836E1978
1 changed files with 4 additions and 4 deletions

View File

@ -3,15 +3,15 @@ import cn.hutool.core.util.RuntimeUtil
apply plugin: "com.android.application"
apply plugin: "kotlin-android"
def verName = "8.6.1-preview02"
def verCode = 601
def verName = "8.6.2-rc01"
def verCode = 610
if (System.getenv("DEBUG_BUILD") == "true") {
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:'%h' -n 1").trim()
}
def officialVer = "8.6.1"
def officialCode = 2594
def officialVer = "8.6.2"
def officialCode = 2600
def serviceAccountCredentialsFile = rootProject.file("service_account_credentials.json")