mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2024-12-12 10:39:33 +01:00
Bump version to v8.3.1
This commit is contained in:
parent
4e7e596959
commit
3cf4eb12f7
@ -3,15 +3,15 @@ import cn.hutool.core.util.RuntimeUtil
|
|||||||
apply plugin: "com.android.application"
|
apply plugin: "com.android.application"
|
||||||
apply plugin: "kotlin-android"
|
apply plugin: "kotlin-android"
|
||||||
|
|
||||||
def verName = "8.3.0"
|
def verName = "8.3.1"
|
||||||
def verCode = 505
|
def verCode = 510
|
||||||
|
|
||||||
if (System.getenv("DEBUG_BUILD") == "true") {
|
if (System.getenv("DEBUG_BUILD") == "true") {
|
||||||
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:'%h' -n 1")
|
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:'%h' -n 1")
|
||||||
}
|
}
|
||||||
|
|
||||||
def officialVer = "8.3.0"
|
def officialVer = "8.3.1"
|
||||||
def officialCode = 2493
|
def officialCode = 2495
|
||||||
|
|
||||||
def serviceAccountCredentialsFile = rootProject.file("service_account_credentials.json")
|
def serviceAccountCredentialsFile = rootProject.file("service_account_credentials.json")
|
||||||
|
|
||||||
@ -416,4 +416,4 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user