From 96c84d024c34fa85bb7673bc1fe45df23abfaa2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 01:16:23 +0000 Subject: [PATCH] Bump com.google.maps.android:android-maps-utils from 3.19.0 to 3.19.1 Bumps [com.google.maps.android:android-maps-utils](https://github.com/googlemaps/android-maps-utils) from 3.19.0 to 3.19.1. - [Release notes](https://github.com/googlemaps/android-maps-utils/releases) - [Changelog](https://github.com/googlemaps/android-maps-utils/blob/main/release.gpg.gpg) - [Commits](https://github.com/googlemaps/android-maps-utils/compare/v3.19.0...v3.19.1) --- updated-dependencies: - dependency-name: com.google.maps.android:android-maps-utils dependency-version: 3.19.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 f7a65f2..c782e66 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:19.2.0' implementation 'com.github.moondroid.coverflow:library:1.0' - implementation 'com.google.maps.android:android-maps-utils:3.19.0' + implementation 'com.google.maps.android:android-maps-utils:3.19.1' 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'