diff --git a/TMessagesProj/build.gradle b/TMessagesProj/build.gradle index 0b5cf7b4fe..58a939331e 100644 --- a/TMessagesProj/build.gradle +++ b/TMessagesProj/build.gradle @@ -4,7 +4,7 @@ apply plugin: "com.android.application" apply plugin: "kotlin-android" def verName = APP_VERSION_NAME + "-broken" -def verCode = 750 +def verCode = 760 if (System.getenv("DEBUG_BUILD") == "true") { verName += "-" + RuntimeUtil.execForStr("git log --pretty=format:'%h' -n 1").trim().replace('\'','')