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:
parent
cd4f85c2f3
commit
fa6a3610e0
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user