We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a11927 commit b18e994Copy full SHA for b18e994
app/build.gradle.kts
@@ -81,7 +81,7 @@ android {
81
minSdk = 26
82
targetSdk = 35
83
versionCode = 180061
84
- versionName = "1.13.0"
+ versionName = "1.13.0.1"
85
versionNameSuffix = "-cc"
86
buildConfigField("String", "RAW_VERSION_NAME", "\"$versionName${versionNameSuffix.orEmpty()}\"")
87
buildConfigField("String", "COMMIT_SHA", "\"$commitSha\"")
0 commit comments