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 c8dcb33 commit de1cf3fCopy full SHA for de1cf3f
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.15"
+val appVersion = "1.1.0"
9
val appVersionSuffix = "Alpha"
10
11
val platformStr = when {
0 commit comments