We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da667f1 commit 5e20d5aCopy full SHA for 5e20d5a
1 file changed
TMessagesProj/build.gradle
@@ -4,7 +4,7 @@ apply plugin: "com.android.application"
4
apply plugin: "kotlin-android"
5
6
def verName = APP_VERSION_NAME
7
-def verCode = 11089
+def verCode = 11099
8
9
def gitHashProc = new ProcessBuilder("git", "log", "--pretty=format:'%h'", "-n", "1").redirectErrorStream(true).start()
10
def gitHashBuf = new byte[16]
0 commit comments