From 1facf2c1e6eccc33ef397115f61143e92b21cf91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:13:59 +0000 Subject: [PATCH] Bump com.google.maps.android:android-maps-utils from 4.1.1 to 4.3.0 Bumps [com.google.maps.android:android-maps-utils](https://github.com/googlemaps/android-maps-utils) from 4.1.1 to 4.3.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.1.1...v4.3.0) --- updated-dependencies: - dependency-name: com.google.maps.android:android-maps-utils dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 301160b..cffbcac 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.google.android.gms:play-services-maps:20.0.0' implementation 'com.github.moondroid.coverflow:library:1.0' - implementation 'com.google.maps.android:android-maps-utils:4.1.1' + implementation 'com.google.maps.android:android-maps-utils:4.3.0' implementation 'com.squareup.retrofit2:retrofit:3.0.0' implementation 'com.squareup.retrofit2:converter-gson:3.0.0' implementation 'com.google.code.gson:gson:2.13.2'