release: bump version
* change notification icon * add Undo/Redo in TextStyle * add Audio enhance in Experimental Settings
This commit is contained in:
parent
4f7491d222
commit
02b2aa85dd
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user