Skip to content

Commit 5e20d5a

Browse files
committed
misc: bump ver num
1 parent da667f1 commit 5e20d5a

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 = 11089
7+
def verCode = 11099
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)