File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
alias(libs.plugins.jetbrainsCompose)
8
8
alias(libs.plugins.compose.compiler)
9
9
alias(libs.plugins.skie)
10
- id(" io.github.luca992.multiplatform-swiftpackage" ) version " 2.2.2 "
10
+ id(" io.github.luca992.multiplatform-swiftpackage" ) version " 2.2.3 "
11
11
}
12
12
13
13
android {
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
kotlin = " 2.0.20"
3
- ksp = " 2.0.20-1.0.24 "
3
+ ksp = " 2.0.20-1.0.25 "
4
4
5
5
compose-multiplatform = " 1.7.0-beta02"
6
6
composeUiTooling = " 1.4.0"
7
- coroutines = " 1.9.0-RC "
8
- kotlinxSerialization = " 1.7.1 "
7
+ coroutines = " 1.9.0"
8
+ kotlinxSerialization = " 1.7.2 "
9
9
androidGradlePlugin = " 8.5.2"
10
- koin = " 3.6.0-Beta4 "
11
- koinCompose = " 3.6.0-Beta4 "
12
- koinComposeMultiplatform = " 1.2.0-Beta4 "
10
+ koin = " 4.0.0 "
11
+ koinCompose = " 4.0.0 "
12
+ koinComposeMultiplatform = " 4.0.0 "
13
13
ktor = " 3.0.0-rc-1"
14
14
osmdroidAndroid = " 6.1.18"
15
15
osmAndroidCompose = " 0.0.5"
16
- slf4j = " 2.0.13 "
16
+ slf4j = " 2.0.16 "
17
17
sqlDelight = " 2.0.2"
18
18
19
19
androidxActivity = " 1.9.2"
20
- androidxComposeBom = " 2024.09.01 "
20
+ androidxComposeBom = " 2024.09.02 "
21
21
material3-adaptive = " 1.0.0"
22
22
material3-adaptive-navigation-suite = " 1.3.0"
23
- androidxNavigationCompose = " 2.8.0 "
24
- uiToolingPreview = " 1.7.1 "
23
+ androidxNavigationCompose = " 2.8.1 "
24
+ uiToolingPreview = " 1.7.2 "
25
25
wearCompose = " 1.4.0"
26
- androidxLifecycle = " 2.8.5 "
26
+ androidxLifecycle = " 2.8.6 "
27
27
androidxLifecycleKMP = " 2.8.2"
28
28
29
29
coilCompose = " 2.7.0"
30
30
coilCompose3 = " 3.0.0-alpha10"
31
31
32
- horologist = " 0.6.12 "
32
+ horologist = " 0.6.20 "
33
33
glanceWearTiles = " 1.0.0-alpha05"
34
34
glanceAppWidget = " 1.0.0"
35
35
okhttp = " 5.0.0-alpha.14"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ kotlin {
21
21
implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.4.1" )
22
22
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0" )
23
23
24
- implementation(" ch.qos.logback:logback-classic:1.4.14 " )
24
+ implementation(" ch.qos.logback:logback-classic:1.5.8 " )
25
25
26
26
implementation(project(" :common" ))
27
27
}
You can’t perform that action at this time.
0 commit comments