From daa923d9205c43e066f0f2800abc9e7da8ec83ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 22:27:02 +0000 Subject: [PATCH] Bump com.google.maps.android:android-maps-utils from 4.4.0 to 4.5.0 Bumps [com.google.maps.android:android-maps-utils](https://github.com/googlemaps/android-maps-utils) from 4.4.0 to 4.5.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.4.0...v4.5.0) --- updated-dependencies: - dependency-name: com.google.maps.android:android-maps-utils dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6c921835e6..c0272ac034 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ androidCompileSdk = "37" androidCompileSdkMinor = "0" androidMinSdk = "24" androidTargetSdk = "36" -androidMapsUtilsVersion = "4.4.0" +androidMapsUtilsVersion = "4.5.0" androidXLifecycleVersion = "2.10.0" appcompatVersion = "1.7.1" autoValueVersion = "1.11.1"