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:
Next Alone 2022-07-13 01:30:29 +08:00
parent 8e5a04ca9a
commit 906f1cd0b5
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" 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()