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 a1fb911 commit fbafe9dCopy full SHA for fbafe9d
composeApp/build.gradle.kts
@@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
6
val osName = System.getProperty("os.name").lowercase()
7
val osArch = System.getProperty("os.arch").lowercase()
8
9
-val appVersion = "1.4.2"
+val appVersion = "1.4.3"
10
val appVersionSuffix = ""
11
12
val platformStr = when {
0 commit comments