We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fc0da commit f90db2dCopy full SHA for f90db2d
TMessagesProj/build.gradle
@@ -4,7 +4,7 @@ apply plugin: "kotlin-android"
4
def buildTimestamp = System.getenv("BUILD_TIMESTAMP") ?: "0"
5
def commitId = System.getenv("COMMIT_ID")
6
def verName = "${APP_VERSION_NAME}${commitId?.take(7) ? "-${commitId.take(7)}" : ''}"
7
-def verCode = 1213
+def verCode = 1214
8
9
def officialVer = APP_VERSION_NAME
10
def officialCode = APP_VERSION_CODE
0 commit comments