Skip to content

Commit

Permalink
rename & update version string
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Nov 22, 2023
1 parent b10c996 commit 0a6b87f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TMessagesProj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ import cn.hutool.core.util.RuntimeUtil
apply plugin: "com.android.application"
apply plugin: "kotlin-android"

def verName = "9.5.8-preview01"
def verName = "9.6.0-broken"
def verCode = 730

if (System.getenv("DEBUG_BUILD") == "true") {
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:'%h' -n 1").trim().replace('\'','')
}

def officialVer = "9.5.8"
def officialCode = 3252
def officialVer = "9.6.0"
def officialCode = 3319

def serviceAccountCredentialsFile = rootProject.file("service_account_credentials.json")

Expand Down Expand Up @@ -76,7 +76,7 @@ android {
buildToolsVersion "33.0.0"
ndkVersion rootProject.ext.ndkVersion

defaultConfig.applicationId = "nekox.messenger"
defaultConfig.applicationId = APP_PACKAGE

splits {

Expand Down

0 comments on commit 0a6b87f

Please sign in to comment.