Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
dic1911 committed Dec 6, 2023
1 parent 33d8ce9 commit b3850cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TMessagesProj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: "com.android.application"
apply plugin: "kotlin-android"

def verName = APP_VERSION_NAME + "-broken"
def verCode = 750
def verCode = 760

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

0 comments on commit b3850cf

Please sign in to comment.