Skip to content

Commit f90db2d

Browse files
authored
Version Bump
1 parent e2fc0da commit f90db2d

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
@@ -4,7 +4,7 @@ apply plugin: "kotlin-android"
44
def buildTimestamp = System.getenv("BUILD_TIMESTAMP") ?: "0"
55
def commitId = System.getenv("COMMIT_ID")
66
def verName = "${APP_VERSION_NAME}${commitId?.take(7) ? "-${commitId.take(7)}" : ''}"
7-
def verCode = 1213
7+
def verCode = 1214
88

99
def officialVer = APP_VERSION_NAME
1010
def officialCode = APP_VERSION_CODE

0 commit comments

Comments
 (0)