release: new icon

This commit is contained in:
NextAlone 2022-03-14 01:55:22 +08:00
parent 0c45e30149
commit b5e7c25925
No known key found for this signature in database
GPG Key ID: DBA7B0AEF8C1CD2C

View File

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