release: bump version
- fix save to gallery - fix icons - fix double tap repeat as copy - fix double tap show reaction - fix headercell - fix big emoji when use system emoji - fix copy photo - refactor N-settings
This commit is contained in:
parent
8e5a04ca9a
commit
906f1cd0b5
@ -4,7 +4,7 @@ apply plugin: "com.android.application"
|
|||||||
apply plugin: "kotlin-android"
|
apply plugin: "kotlin-android"
|
||||||
|
|
||||||
def verName = "8.8.5"
|
def verName = "8.8.5"
|
||||||
def verCode = 1107
|
def verCode = 1108
|
||||||
|
|
||||||
if (System.getenv("DEBUG_BUILD") == "true") {
|
if (System.getenv("DEBUG_BUILD") == "true") {
|
||||||
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:%h -n 1").trim()
|
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:%h -n 1").trim()
|
||||||
|
Loading…
Reference in New Issue
Block a user