1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-02 10:33:36 +00:00

bump versioncode

This commit is contained in:
luvletter2333 2022-04-12 16:12:12 +08:00
parent 9115bb9569
commit a11fc83509
No known key found for this signature in database
GPG Key ID: A26A8880836E1978

View File

@ -4,7 +4,7 @@ apply plugin: "com.android.application"
apply plugin: "kotlin-android"
def verName = "8.6.2"
def verCode = 610
def verCode = 620
if (System.getenv("DEBUG_BUILD") == "true") {
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:'%h' -n 1").trim()