We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff80e0 commit 651cab6Copy full SHA for 651cab6
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 = 11019
+def verCode = 11029
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