We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47c11d commit a68cb55Copy full SHA for a68cb55
composeApp/build.gradle.kts
@@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
5
val osName = System.getProperty("os.name").lowercase()
6
val osArch = System.getProperty("os.arch").lowercase()
7
8
-val appVersion = "1.0.12"
+val appVersion = "1.0.11"
9
val appVersionSuffix = "Alpha"
10
11
val platformStr = when {
0 commit comments