release: bump version
- add doublet tap (N-settings -> Chat -> Double Tap Action - add repeat as copy (N-settings -> Chat -> Message Menu) - drop support under API 24
This commit is contained in:
parent
a1e75d1ee8
commit
2cdb4290a4
@ -4,7 +4,7 @@ apply plugin: "com.android.application"
|
||||
apply plugin: "kotlin-android"
|
||||
|
||||
def verName = "8.6.1"
|
||||
def verCode = 1080
|
||||
def verCode = 1085
|
||||
|
||||
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