Skip to content

Commit cf9385d

Browse files
committed
Ktor 3 + other dependency updates
1 parent b8f0ad7 commit cf9385d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
kotlin = "2.0.20"
33
ksp = "2.0.20-1.0.25"
44
kotlinx-coroutines = "1.9.0"
5-
kotlinx-serialization = "1.7.2"
6-
kotlinx-dateTime = "0.6.0"
5+
kotlinx-serialization = "1.7.3"
6+
kotlinx-dateTime = "0.6.1"
77

88

99
composeUiTooling = "1.3.1"
10-
androidGradlePlugin = "8.5.2"
10+
androidGradlePlugin = "8.7.0"
1111
koin = "4.0.0"
1212
koinCompose = "4.0.0"
1313
koinComposeMultiplatform = "1.2.0-Beta4"
14-
ktor = "2.3.12"
14+
ktor = "3.0.0"
1515
slf4j = "2.0.16"
1616
sqlDelight = "2.0.2"
1717
kmpNativeCoroutines = "1.0.0-ALPHA-35"
@@ -20,12 +20,12 @@ googleServices = "4.4.2"
2020
androidxActivity = "1.9.2"
2121
androidxComposeCompiler = "1.5.8"
2222
jbComposeCompiler = "1.5.4"
23-
androidxComposeBom = "2024.09.02"
24-
androidxNavigationCompose = "2.8.1"
25-
uiToolingPreview = "1.7.2"
23+
androidxComposeBom = "2024.09.03"
24+
androidxNavigationCompose = "2.8.2"
25+
uiToolingPreview = "1.7.3"
2626
androidxLifecycle = "2.8.6"
2727
imageLoader = "1.8.3"
28-
osmdroidAndroid = "6.1.18"
28+
osmdroidAndroid = "6.1.20"
2929
googleMapsCompose = "5.0.3"
3030

3131
composeMultiplatform = "1.6.11"
@@ -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.1"
56-
navigationUiKtx = "2.8.1"
55+
navigationFragmentKtx = "2.8.2"
56+
navigationUiKtx = "2.8.2"
5757

5858

5959
[libraries]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sun May 28 21:12:18 IST 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)