1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-04 11:13:36 +00:00

Bump version to v8.3.1

This commit is contained in:
Luv Letter 2021-12-27 11:46:36 +08:00 committed by GitHub
parent 4e7e596959
commit 3cf4eb12f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,15 +3,15 @@ import cn.hutool.core.util.RuntimeUtil
apply plugin: "com.android.application"
apply plugin: "kotlin-android"
def verName = "8.3.0"
def verCode = 505
def verName = "8.3.1"
def verCode = 510
if (System.getenv("DEBUG_BUILD") == "true") {
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:'%h' -n 1")
}
def officialVer = "8.3.0"
def officialCode = 2493
def officialVer = "8.3.1"
def officialCode = 2495
def serviceAccountCredentialsFile = rootProject.file("service_account_credentials.json")
@ -416,4 +416,4 @@ android {
}
}
}
}