Skip to content

Commit 7def502

Browse files
committed
Version Bump
1 parent d9e205a commit 7def502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TMessagesProj/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
def buildTimestamp = System.getenv("BUILD_TIMESTAMP") ?: "0"
1212
def commitId = System.getenv("COMMIT_ID")
1313
def verName = "${APP_VERSION_NAME}${commitId?.take(7) ? "-${commitId.take(7)}" : ''}"
14-
def verCode = 1219
14+
def verCode = 1220
1515

1616
def officialVer = APP_VERSION_NAME
1717
def officialCode = APP_VERSION_CODE

0 commit comments

Comments
 (0)