1
0
mirror of https://github.com/NekoX-Dev/NekoX.git synced 2025-01-06 01:45:06 +01:00

Bump version

This commit is contained in:
luvletter2333 2022-01-17 15:07:31 +08:00
parent 47d3372766
commit f4d4851672
No known key found for this signature in database
GPG Key ID: A26A8880836E1978

View File

@ -3,8 +3,8 @@ import cn.hutool.core.util.RuntimeUtil
apply plugin: "com.android.application"
apply plugin: "kotlin-android"
def verName = "8.4.3-preview01"
def verCode = 530
def verName = "8.4.3-rc01"
def verCode = 535
if (System.getenv("DEBUG_BUILD") == "true") {
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:'%h' -n 1")