release: bump version

* change notification icon
* add Undo/Redo in TextStyle
* add Audio enhance in Experimental Settings
This commit is contained in:
NextAlone 2022-03-19 22:02:06 +08:00
parent 4f7491d222
commit 02b2aa85dd
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 = 1075
def verCode = 1080
if (System.getenv("DEBUG_BUILD") == "true") {
verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:%h -n 1").trim()