We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c04c2 commit d1b86dbCopy full SHA for d1b86db
1 file changed
app/build.gradle.kts
@@ -15,7 +15,7 @@ plugins {
15
16
val minSdkVersion = 24
17
val appVersionName = "2.4.3"
18
-val appVersionCode = 60
+val appVersionCode = 61
19
val cargoProfile = (findProperty("CARGO_PROFILE") as String?) ?: run {
20
val isRelease = gradle.startParameter.taskNames.any { it.contains("Release", ignoreCase = true) }
21
if (isRelease) "release" else "debug"
0 commit comments