release: bump version

- feat: new icons come
- feat: remove the offset when re-entering chat
- feat: add monet themes from Nekogram
- feat: support disable premium avatar animation
- feat: auto replace repeat when message repeat is on but unavailable
- fix: folder icon setting(use outline)
- fix: set profile photo
- fix: remove account after session terminated
- fix: premium star name length
- fix: wrong chat edit activity admin icon
- fix: get channel admin count
This commit is contained in:
Next Alone 2022-07-20 16:32:25 +08:00
parent cd4f85c2f3
commit fa6a3610e0
No known key found for this signature in database
GPG Key ID: DBA7B0AEF8C1CD2C

View File

@ -4,7 +4,7 @@ apply plugin: "com.android.application"
apply plugin: "kotlin-android"
def verName = "8.8.5"
def verCode = 1108
def verCode = 1109
if (System.getenv("DEBUG_BUILD") == "true") {
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:%h -n 1").trim()