Skip to content

Commit b004bbe

Browse files
Update all dependencies
1 parent c33a2fe commit b004bbe

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: macos-latest
99

1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v5
1212
- name: set up JDK 17
13-
uses: actions/setup-java@v1
13+
uses: actions/setup-java@v5
1414
with:
1515
java-version: 17
1616
- name: Build with Gradle

android-app/build.gradle.kts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ android {
107107

108108

109109
dependencies {
110-
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.3")
110+
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.5")
111111

112-
implementation(platform("com.google.firebase:firebase-bom:26.2.0"))
112+
implementation(platform("com.google.firebase:firebase-bom:34.2.0"))
113113
implementation("com.google.firebase:firebase-analytics-ktx")
114-
implementation("androidx.activity:activity-compose:1.7.2")
114+
implementation("androidx.activity:activity-compose:1.10.1")
115115

116116
implementation(platform(libs.androidx.compose.bom))
117117
implementation(libs.androidx.compose.foundation)
@@ -136,20 +136,20 @@ dependencies {
136136
implementation(libs.koin.android)
137137
implementation(libs.koin.androidx.compose)
138138

139-
implementation("io.github.pushpalroy:jetlime:2.0.1")
139+
implementation("io.github.pushpalroy:jetlime:4.0.0")
140140

141141
// TODO: Added this as a temporary fix for a crash in ProgressIndicator, can be removed later.
142142
// Issue: https://github.com/JetBrains/compose-multiplatform/issues/4157
143-
implementation("androidx.compose.material3:material3-android:1.2.1")
143+
implementation("androidx.compose.material3:material3-android:1.3.2")
144144
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.1")
145-
implementation("com.google.maps.android:android-maps-utils:2.3.0")
145+
implementation("com.google.maps.android:android-maps-utils:3.16.1")
146146

147-
implementation("com.google.android.gms:play-services-location:16.0.0")
148-
implementation("com.google.android.gms:play-services-maps:18.0.2")
147+
implementation("com.google.android.gms:play-services-location:21.3.0")
148+
implementation("com.google.android.gms:play-services-maps:19.2.0")
149149

150150
testImplementation("junit:junit:4.13.2")
151-
androidTestImplementation("androidx.test.ext:junit:1.1.5")
152-
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
151+
androidTestImplementation("androidx.test.ext:junit:1.3.0")
152+
androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")
153153

154154
implementation(project(":SharedCode"))
155155
}

ar/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ dependencies {
2929
implementation Kotlin.stdLib
3030

3131
// ARCore
32-
implementation 'com.google.ar:core:1.4.0'
33-
implementation 'de.javagl:obj:0.2.1'
32+
implementation 'com.google.ar:core:1.50.0'
33+
implementation 'de.javagl:obj:0.4.0'
3434
}

gradle/libs.versions.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,51 +6,51 @@ kotlinx-serialization = "1.9.0"
66
kotlinx-dateTime = "0.7.1"
77

88

9-
androidGradlePlugin = "8.12.0"
10-
koin = "4.1.0"
9+
androidGradlePlugin = "8.13.0"
10+
koin = "4.1.1"
1111
ktor = "3.2.3"
1212
slf4j = "2.0.17"
1313
sqlDelight = "2.1.0"
14-
kmpNativeCoroutines = "1.0.0-ALPHA-45"
14+
kmpNativeCoroutines = "1.0.0-ALPHA-46"
1515
googleServices = "4.4.3"
1616

1717
androidxActivity = "1.10.1"
18-
androidxComposeBom = "2025.07.00"
18+
androidxComposeBom = "2025.08.01"
1919
androidxNavigationCompose = "2.9.3"
20-
uiToolingPreview = "1.8.3"
21-
androidxLifecycle = "2.9.2"
20+
uiToolingPreview = "1.9.0"
21+
androidxLifecycle = "2.9.3"
2222
imageLoader = "1.10.0"
2323
osmdroidAndroid = "6.1.20"
24-
googleMapsCompose = "6.7.0"
24+
googleMapsCompose = "6.8.0"
2525

2626
accompanist = "0.36.0"
2727
coilCompose = "2.7.0"
28-
horologist = "0.6.23"
28+
horologist = "0.7.15"
2929
okhttp = "5.1.0"
3030

3131
junit = "4.13.2"
3232
androidxTestJUnit = "1.3.0"
33-
robolectric = "4.15.1"
33+
robolectric = "4.16"
3434
androidxTestCore = "1.7.0"
3535
mockito = "5.2.0"
3636

3737
multiplatformSettings = "1.3.0"
38-
kermit = "2.0.6"
38+
kermit = "2.0.8"
3939

4040
minSdk = "24"
4141
targetSdk = "36"
4242
compileSdk = "36"
43-
coreKtx = "1.16.0"
43+
coreKtx = "1.17.0"
4444
espressoCore = "3.7.0"
4545
appcompat = "1.7.1"
46-
material = "1.12.0"
46+
material = "1.13.0"
4747
constraintlayout = "2.2.1"
48-
lifecycleLivedataKtx = "2.9.2"
48+
lifecycleLivedataKtx = "2.9.3"
4949
navigationFragmentKtx = "2.9.3"
5050
navigationUiKtx = "2.9.3"
5151

5252
mcp = "0.6.0"
53-
shadowPlugin = "9.0.0-rc3"
53+
shadowPlugin = "9.1.0"
5454

5555

5656
[libraries]
@@ -81,7 +81,7 @@ androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-view
8181
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-beta02"
84+
metrics = "androidx.metrics:metrics-performance:1.0.0-beta03"
8585

8686
imageLoader = { module = "io.github.qdsfdhvh:image-loader", version.ref = "imageLoader" }
8787
osmdroidAndroid = { module = "org.osmdroid:osmdroid-android", version.ref = "osmdroidAndroid" }

0 commit comments

Comments
 (0)