From 02b2aa85dd948eff688dc33a80d81f751529ee1b Mon Sep 17 00:00:00 2001 From: NextAlone <12210746+NextAlone@users.noreply.github.com> Date: Sat, 19 Mar 2022 22:02:06 +0800 Subject: [PATCH] release: bump version * change notification icon * add Undo/Redo in TextStyle * add Audio enhance in Experimental Settings --- TMessagesProj/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TMessagesProj/build.gradle b/TMessagesProj/build.gradle index a224f1702..1bbc4bd9f 100644 --- a/TMessagesProj/build.gradle +++ b/TMessagesProj/build.gradle @@ -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()