Skip to content

Commit 651cab6

Browse files
committed
misc: bump ver num
1 parent aff80e0 commit 651cab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TMessagesProj/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: "com.android.application"
44
apply plugin: "kotlin-android"
55

66
def verName = APP_VERSION_NAME
7-
def verCode = 11019
7+
def verCode = 11029
88

99
def gitHashProc = new ProcessBuilder("git", "log", "--pretty=format:'%h'", "-n", "1").redirectErrorStream(true).start()
1010
def gitHashBuf = new byte[16]

0 commit comments

Comments
 (0)