From 9358065996366bb8b4707321f65873803a91a91e Mon Sep 17 00:00:00 2001 From: Dale Hawkins <107309+dkhawk@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:47:56 -0600 Subject: [PATCH] build(deps): update dependencies across android-maps3d-samples Updated dependencies: - org.json:json: 20251224 -> 20260522 - androidx.compose:compose-bom: 2026.03.01 -> 2026.06.01 - com.google.android.libraries.places:places: 5.2.0 -> 5.3.0 - androidx.test.uiautomator:uiautomator: 2.3.0 -> 2.4.0 - org.jetbrains.kotlinx:kotlinx-datetime: 0.7.1 -> 0.8.0 - io.ktor:ktor-client-*: 3.4.2 -> 3.5.1 - com.google.dagger:dagger/hilt: 2.59.2 -> 2.60.1 - com.google.maps.android:maps-utils-ktx: 6.0.1 -> 6.0.0 (compatible with compileSdk 36) Note: core-ktx and lifecycle-runtime-ktx remain capped at their latest API 36 compatible versions (1.18.0 and 2.10.0) as required by compileSdk 36. --- gradle/libs.versions.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index dc0c8af9..9f7ad749 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,13 +4,13 @@ minSdk = "26" targetSdk = "36" core = "1.7.0" -json = "20251224" +json = "20260522" robolectric = "4.16.1" activityCompose = "1.13.0" agp = "9.1.0" appcompat = "1.7.1" -composeBom = "2026.03.01" +composeBom = "2026.06.01" coreKtx = "1.18.0" desugar_jdk_libs = "2.1.5" espressoCore = "3.7.0" @@ -22,18 +22,18 @@ material = "1.13.0" playServicesBase = "18.10.0" playServicesMaps3d = "0.2.0" -places = "5.2.0" +places = "5.3.0" secretsGradlePlugin = "2.0.1" truth = "1.4.5" -uiautomator = "2.3.0" +uiautomator = "2.4.0" spotless = "8.4.0" -kotlinxDatetime = "0.7.1" +kotlinxDatetime = "0.8.0" kotlinxSerialization = "1.11.0" -ktor = "3.4.2" -hilt = "2.59.2" +ktor = "3.5.1" +hilt = "2.60.1" ksp = "2.3.6" -mapsUtilsKtx = "6.0.1" +mapsUtilsKtx = "6.0.0" androidx-core-ktx = "1.8.9" [libraries]