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:
NextAlone 2022-03-21 02:56:44 +08:00
parent a1e75d1ee8
commit 2cdb4290a4
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.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()