bump version to 8.6.2-rc01
This commit is contained in:
parent
00f7b2c892
commit
0ed8ff1ed3
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user