Skip to content

Commit 36c4f41

Browse files
committed
dependency updates
1 parent dc6198b commit 36c4f41

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

gradle/libs.versions.toml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
11
[versions]
2-
kotlin = "2.0.0"
3-
ksp = "2.0.0-1.0.22"
4-
kotlinx-coroutines = "1.8.1"
5-
kotlinx-serialization = "1.6.3"
2+
kotlin = "2.0.20"
3+
ksp = "2.0.20-1.0.25"
4+
kotlinx-coroutines = "1.9.0"
5+
kotlinx-serialization = "1.7.2"
66
kotlinx-dateTime = "0.6.0"
77

88

99
composeUiTooling = "1.3.1"
10-
androidGradlePlugin = "8.5.0"
11-
koin = "3.6.0-Beta4"
12-
koinCompose = "3.6.0-Beta4"
10+
androidGradlePlugin = "8.5.2"
11+
koin = "4.0.0"
12+
koinCompose = "4.0.0"
1313
koinComposeMultiplatform = "1.2.0-Beta4"
14-
ktor = "2.3.11"
15-
slf4j = "2.0.12"
14+
ktor = "2.3.12"
15+
slf4j = "2.0.16"
1616
sqlDelight = "2.0.2"
17-
kmpNativeCoroutines = "1.0.0-ALPHA-31"
18-
googleServices = "4.3.15"
17+
kmpNativeCoroutines = "1.0.0-ALPHA-35"
18+
googleServices = "4.4.2"
1919

20-
androidxActivity = "1.9.0"
20+
androidxActivity = "1.9.2"
2121
androidxComposeCompiler = "1.5.8"
2222
jbComposeCompiler = "1.5.4"
23-
androidxComposeBom = "2024.06.00"
24-
androidxNavigationCompose = "2.7.7"
25-
uiToolingPreview = "1.6.8"
26-
androidxLifecycle = "2.8.2"
27-
imageLoader = "1.7.8"
23+
androidxComposeBom = "2024.09.02"
24+
androidxNavigationCompose = "2.8.1"
25+
uiToolingPreview = "1.7.2"
26+
androidxLifecycle = "2.8.6"
27+
imageLoader = "1.8.3"
2828
osmdroidAndroid = "6.1.18"
2929
googleMapsCompose = "5.0.3"
3030

3131
composeMultiplatform = "1.6.11"
32-
accompanist = "0.32.0"
33-
coilCompose = "2.6.0"
34-
horologist = "0.6.12"
32+
accompanist = "0.36.0"
33+
coilCompose = "2.7.0"
34+
horologist = "0.6.20"
3535
okhttp = "5.0.0-alpha.14"
3636

3737
junit = "4.13.2"
38-
androidxTestJUnit = "1.1.5"
39-
robolectric = "4.12.2"
40-
androidxTestCore = "1.5.0"
38+
androidxTestJUnit = "1.2.1"
39+
robolectric = "4.13"
40+
androidxTestCore = "1.6.1"
4141
mockito = "3.11.2"
4242

43-
multiplatformSettings = "1.1.1"
44-
kermit = "2.0.3"
43+
multiplatformSettings = "1.2.0"
44+
kermit = "2.0.4"
4545

4646
minSdk = "24"
4747
targetSdk = "34"
4848
compileSdk = "34"
4949
coreKtx = "1.13.1"
50-
espressoCore = "3.5.1"
50+
espressoCore = "3.6.1"
5151
appcompat = "1.7.0"
5252
material = "1.12.0"
5353
constraintlayout = "2.1.4"
54-
lifecycleLivedataKtx = "2.8.2"
55-
navigationFragmentKtx = "2.7.7"
56-
navigationUiKtx = "2.7.7"
54+
lifecycleLivedataKtx = "2.8.6"
55+
navigationFragmentKtx = "2.8.1"
56+
navigationUiKtx = "2.8.1"
5757

5858

5959
[libraries]

0 commit comments

Comments
 (0)