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:
xtaodada 2022-08-17 23:52:48 +08:00
parent 80c02ed8a7
commit 24e36e0ffd
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -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()