We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad38d09 commit b759b22Copy full SHA for b759b22
app/build.gradle.kts
@@ -86,7 +86,7 @@ android {
86
minSdk = 26
87
targetSdk = 35
88
versionCode = 180060
89
- versionName = "1.12.1"
+ versionName = "1.12.1.1"
90
versionNameSuffix = "-cc"
91
buildConfigField("String", "RAW_VERSION_NAME", "\"$versionName${versionNameSuffix.orEmpty()}\"")
92
buildConfigField("String", "COMMIT_SHA", "\"$commitSha\"")
0 commit comments