Skip to content

Commit c33a2fe

Browse files
authored
Merge pull request #61 from joreilly/dependency_updates
dependency updates
2 parents d2828b0 + 03c9c34 commit c33a2fe

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

gradle/libs.versions.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,35 @@ kotlin = "2.2.0"
33
ksp = "2.2.0-2.0.2"
44
kotlinx-coroutines = "1.10.2"
55
kotlinx-serialization = "1.9.0"
6-
kotlinx-dateTime = "0.7.0"
6+
kotlinx-dateTime = "0.7.1"
77

88

9-
androidGradlePlugin = "8.11.0"
9+
androidGradlePlugin = "8.12.0"
1010
koin = "4.1.0"
11-
ktor = "3.2.1"
11+
ktor = "3.2.3"
1212
slf4j = "2.0.17"
1313
sqlDelight = "2.1.0"
1414
kmpNativeCoroutines = "1.0.0-ALPHA-45"
1515
googleServices = "4.4.3"
1616

1717
androidxActivity = "1.10.1"
18-
androidxComposeBom = "2025.06.01"
19-
androidxNavigationCompose = "2.9.1"
18+
androidxComposeBom = "2025.07.00"
19+
androidxNavigationCompose = "2.9.3"
2020
uiToolingPreview = "1.8.3"
21-
androidxLifecycle = "2.9.1"
21+
androidxLifecycle = "2.9.2"
2222
imageLoader = "1.10.0"
2323
osmdroidAndroid = "6.1.20"
24-
googleMapsCompose = "6.6.0"
24+
googleMapsCompose = "6.7.0"
2525

2626
accompanist = "0.36.0"
2727
coilCompose = "2.7.0"
2828
horologist = "0.6.23"
29-
okhttp = "5.0.0"
29+
okhttp = "5.1.0"
3030

3131
junit = "4.13.2"
32-
androidxTestJUnit = "1.2.1"
32+
androidxTestJUnit = "1.3.0"
3333
robolectric = "4.15.1"
34-
androidxTestCore = "1.6.1"
34+
androidxTestCore = "1.7.0"
3535
mockito = "5.2.0"
3636

3737
multiplatformSettings = "1.3.0"
@@ -41,16 +41,16 @@ minSdk = "24"
4141
targetSdk = "36"
4242
compileSdk = "36"
4343
coreKtx = "1.16.0"
44-
espressoCore = "3.6.1"
44+
espressoCore = "3.7.0"
4545
appcompat = "1.7.1"
4646
material = "1.12.0"
4747
constraintlayout = "2.2.1"
48-
lifecycleLivedataKtx = "2.9.1"
49-
navigationFragmentKtx = "2.9.1"
50-
navigationUiKtx = "2.9.1"
48+
lifecycleLivedataKtx = "2.9.2"
49+
navigationFragmentKtx = "2.9.3"
50+
navigationUiKtx = "2.9.3"
5151

52-
mcp = "0.5.0"
53-
shadowPlugin = "8.1.1"
52+
mcp = "0.6.0"
53+
shadowPlugin = "9.0.0-rc3"
5454

5555

5656
[libraries]
@@ -78,10 +78,10 @@ androidx-navigation-compose = { module = "androidx.navigation:navigation-compose
7878
androidx-lifecycle-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "androidxLifecycle" }
7979
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidxLifecycle" }
8080
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidxLifecycle" }
81-
androidx-tracing = "androidx.tracing:tracing:1.2.0"
81+
androidx-tracing = "androidx.tracing:tracing:1.3.0"
8282

8383
splash-screen = "androidx.core:core-splashscreen:1.0.1"
84-
metrics = "androidx.metrics:metrics-performance:1.0.0-beta01"
84+
metrics = "androidx.metrics:metrics-performance:1.0.0-beta02"
8585

8686
imageLoader = { module = "io.github.qdsfdhvh:image-loader", version.ref = "imageLoader" }
8787
osmdroidAndroid = { module = "org.osmdroid:osmdroid-android", version.ref = "osmdroidAndroid" }
@@ -165,4 +165,4 @@ sqlDelight = { id = "app.cash.sqldelight", version.ref = "sqlDelight" }
165165
googleServices = { id = "com.google.gms.google-services", version.ref = "googleServices" }
166166
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
167167
kotlinJvm = { id = "org.jetbrains.kotlin.jvm" }
168-
shadowPlugin = { id = "com.github.johnrengelman.shadow", version.ref = "shadowPlugin" }
168+
shadowPlugin = { id = "com.gradleup.shadow", version.ref = "shadowPlugin" }
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.13-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)