We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd0541 commit b8293caCopy full SHA for b8293ca
1 file changed
app/build.gradle.kts
@@ -14,8 +14,8 @@ plugins {
14
}
15
16
val minSdkVersion = 24
17
-val appVersionName = "2.4.3"
18
-val appVersionCode = 61
+val appVersionName = "2.4.4"
+val appVersionCode = 62
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