Skip to content

Commit a985931

Browse files
authored
Merge pull request #56 from joreilly/cmp_1_7
Compose Multiplatform 1.7.0
2 parents 9991ac9 + d63297f commit a985931

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
2-
kotlin = "2.0.20"
3-
ksp = "2.0.20-1.0.25"
2+
kotlin = "2.0.21"
3+
ksp = "2.0.21-1.0.25"
44
kotlinx-coroutines = "1.9.0"
55
kotlinx-serialization = "1.7.3"
66
kotlinx-dateTime = "0.6.1"
77

88

99
composeUiTooling = "1.3.1"
10-
androidGradlePlugin = "8.7.0"
10+
androidGradlePlugin = "8.7.1"
1111
koin = "4.0.0"
1212
koinCompose = "4.0.0"
1313
koinComposeMultiplatform = "1.2.0-Beta4"
@@ -17,18 +17,18 @@ sqlDelight = "2.0.2"
1717
kmpNativeCoroutines = "1.0.0-ALPHA-35"
1818
googleServices = "4.4.2"
1919

20-
androidxActivity = "1.9.2"
20+
androidxActivity = "1.9.3"
2121
androidxComposeCompiler = "1.5.8"
2222
jbComposeCompiler = "1.5.4"
23-
androidxComposeBom = "2024.09.03"
24-
androidxNavigationCompose = "2.8.2"
25-
uiToolingPreview = "1.7.3"
23+
androidxComposeBom = "2024.10.00"
24+
androidxNavigationCompose = "2.8.3"
25+
uiToolingPreview = "1.7.4"
2626
androidxLifecycle = "2.8.6"
2727
imageLoader = "1.8.3"
2828
osmdroidAndroid = "6.1.20"
2929
googleMapsCompose = "5.0.3"
3030

31-
composeMultiplatform = "1.6.11"
31+
composeMultiplatform = "1.7.0"
3232
accompanist = "0.36.0"
3333
coilCompose = "2.7.0"
3434
horologist = "0.6.20"
@@ -52,8 +52,8 @@ appcompat = "1.7.0"
5252
material = "1.12.0"
5353
constraintlayout = "2.1.4"
5454
lifecycleLivedataKtx = "2.8.6"
55-
navigationFragmentKtx = "2.8.2"
56-
navigationUiKtx = "2.8.2"
55+
navigationFragmentKtx = "2.8.3"
56+
navigationUiKtx = "2.8.3"
5757

5858

5959
[libraries]

0 commit comments

Comments
 (0)