Skip to content

Commit 68a2db2

Browse files
committed
Version Bump
1 parent df27cdb commit 68a2db2

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 = 1223
14+
def verCode = 1224
1515

1616
def officialVer = APP_VERSION_NAME
1717
def officialCode = APP_VERSION_CODE

0 commit comments

Comments
 (0)