release: bump version
feat: AutoInsertGIFCaption fix: DeleteAllFromSelfFromChannel feat: SetDefaultMonoLanguage feat: added days of week to schedule time picker feat: disable global search style: date of forwarded message feat: to the message feat: zalgo filter feat: Add datacenter status page feat: Always Show Download Icon feat: Show Photo Open In External App feat: Quick Toggle Anonymous
This commit is contained in:
parent
80c02ed8a7
commit
24e36e0ffd
@ -4,7 +4,7 @@ apply plugin: "com.android.application"
|
||||
apply plugin: "kotlin-android"
|
||||
|
||||
def verName = "8.8.5"
|
||||
def verCode = 1109
|
||||
def verCode = 1110
|
||||
|
||||
if (System.getenv("DEBUG_BUILD") == "true") {
|
||||
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:%h -n 1").trim()
|
||||
|
Loading…
Reference in New Issue
Block a user