Skip to content

Commit

Permalink
release: bump version
Browse files Browse the repository at this point in the history
- feat: support disable passcode unlock system ui by xtaodada
- fix: wrong title when internal update
- fix: force copy
- fix: hide unavailable chat option
  • Loading branch information
NextAlone committed May 10, 2022
1 parent 18478e8 commit 254a160
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 = "8.7.4"
def verCode = 1103
def verCode = 1104

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

0 comments on commit 254a160

Please sign in to comment.