1
0
mirror of https://github.com/NekoX-Dev/NekoX.git synced 2024-12-12 12:50:06 +01: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: "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")