1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-06 23:53:47 +00:00

bump version

This commit is contained in:
luvletter2333 2021-09-20 17:14:26 +08:00
parent 65548549fd
commit f6d1807fbe
No known key found for this signature in database
GPG Key ID: BFD68B892BECC1D8

View File

@ -3,15 +3,15 @@ import cn.hutool.core.util.RuntimeUtil
apply plugin: "com.android.application"
apply plugin: "kotlin-android"
def verName = "8.0.0"
def verCode = 395
def verName = "8.0.1-preview01"
def verCode = 400
if (System.getenv("DEBUG_BUILD") == "true") {
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:'%h' -n 1")
}
def officialVer = "8.0.0"
def officialCode = 2406
def officialVer = "8.0.1"
def officialCode = 2428
def serviceAccountCredentialsFile = rootProject.file("service_account_credentials.json")