File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ let package = Package(
99 dependencies: [
1010 . package ( url: " https://github.com/rickclephas/KMP-NativeCoroutines.git " , exact: " 1.0.0-ALPHA-18 " ) ,
1111 . package ( url: " https://github.com/joreilly/BikeShareSwiftPackage " , exact: " 1.20.0 " ) ,
12- . package ( url: " https://github.com/apple/swift-argument-parser.git " , exact: " 1.5.0 " ) ,
12+ . package ( url: " https://github.com/apple/swift-argument-parser.git " , exact: " 1.6.1 " ) ,
1313 . package ( url: " https://github.com/pakLebah/ANSITerminal " , from: " 0.0.3 " )
1414 ] ,
1515 targets: [
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111 alias(libs.plugins.compose.compiler)
1212 alias(libs.plugins.android.library)
1313 alias(libs.plugins.kotlin.parcelize)
14- id(" io.github.luca992.multiplatform-swiftpackage" ) version " 2.2.3 "
14+ id(" io.github.luca992.multiplatform-swiftpackage" ) version " 2.2.4 "
1515}
1616
1717
@@ -72,8 +72,6 @@ kotlin {
7272 androidMain.dependencies {
7373 implementation(libs.ktor.client.okhttp)
7474 implementation(libs.okhttp.core)
75- // workaround for https://youtrack.jetbrains.com/issue/CMP-5959/Invalid-redirect-in-window-core#focus=Comments-27-10365630.0-0
76- implementation(" androidx.window:window-core:1.3.0" )
7775 implementation(libs.slf4j.android)
7876 }
7977
Original file line number Diff line number Diff line change 22kotlin = " 2.2.0"
33ksp = " 2.2.0-2.0.2"
44
5- androidGradlePlugin = " 8.11.0 "
5+ androidGradlePlugin = " 8.11.1 "
66androidxActivity = " 1.10.1"
7- androidxComposeBom = " 2025.06.01 "
8- androidxLifecycle = " 2.9.1 "
9- androidxNavigationCompose = " 2.9.1 "
7+ androidxComposeBom = " 2025.07.00 "
8+ androidxLifecycle = " 2.9.2 "
9+ androidxNavigationCompose = " 2.9.2 "
1010androidxRoom = " 2.7.2"
1111circuit = " 0.29.1"
1212composeLifecyleRuntime =" 2.9.1"
@@ -19,8 +19,8 @@ kmpObservableViewModel = "1.0.0-BETA-12"
1919kotlin-inject-anvil = " 0.1.6"
2020kotlininject = " 0.8.0"
2121kotlinxSerialization = " 1.9.0"
22- ktor = " 3.2.1 "
23- okhttp = " 5.0 .0"
22+ ktor = " 3.2.2 "
23+ okhttp = " 5.1 .0"
2424slf4j = " 2.0.17"
2525slf4jAndroid = " 2.0.17-0"
2626sqlite = " 2.5.2"
You can’t perform that action at this time.
0 commit comments