From 1045091a92c34827619a73172b099e3459513a35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 10:20:08 +0000 Subject: [PATCH] Bump com.google.maps.android:android-maps-utils from 4.5.2 to 5.0.0 Bumps [com.google.maps.android:android-maps-utils](https://github.com/googlemaps/android-maps-utils) from 4.5.2 to 5.0.0. - [Release notes](https://github.com/googlemaps/android-maps-utils/releases) - [Changelog](https://github.com/googlemaps/android-maps-utils/blob/main/CHANGELOG.md) - [Commits](https://github.com/googlemaps/android-maps-utils/compare/v4.5.2...v5.0.0) --- updated-dependencies: - dependency-name: com.google.maps.android:android-maps-utils dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 0ed2aca1a7..00d89c1a4d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ androidCompileSdkMinor = "0" androidInstallReferrer = "2.2" androidMinSdk = "24" androidTargetSdk = "36" -androidMapsUtilsVersion = "4.5.2" +androidMapsUtilsVersion = "5.0.0" androidXLifecycleVersion = "2.11.0" appcompatVersion = "1.7.1" autoValueVersion = "1.11.1"