From 0b34943f25a1b2eed7c18d383fa7cda8a1aff290 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 20:00:45 +0000 Subject: [PATCH] chore(deps): update google maps compose to v6.9.0 (#2986) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 81ebbca7a..9f93b1da6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -32,7 +32,7 @@ kotlinx-coroutines-android = "1.10.2" kotlinx-serialization-json = "1.9.0" lifecycle = "2.9.3" location-services = "21.3.0" -maps-compose = "6.8.0" +maps-compose = "6.9.0" markdownRenderer = "0.35.0" material = "1.13.0" material3 = "1.5.0-alpha03"