From 97b078c3e57d74e926fda2213ef1fcb0507c8dfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 21:46:08 +0000 Subject: [PATCH] [dependabot]: Bump com.google.maps.android:android-maps-utils Bumps [com.google.maps.android:android-maps-utils](https://github.com/googlemaps/android-maps-utils) from 3.6.0 to 3.19.0. - [Release notes](https://github.com/googlemaps/android-maps-utils/releases) - [Changelog](https://github.com/googlemaps/android-maps-utils/blob/main/.releaserc) - [Commits](https://github.com/googlemaps/android-maps-utils/compare/v3.6.0...v3.19.0) --- updated-dependencies: - dependency-name: com.google.maps.android:android-maps-utils dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../google_maps_flutter_android/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle b/packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle index 716a0f46e3d..6f6282dca8d 100644 --- a/packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle +++ b/packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle @@ -38,7 +38,7 @@ android { dependencies { implementation("androidx.annotation:annotation:1.9.1") implementation("com.google.android.gms:play-services-maps:19.2.0") - implementation("com.google.maps.android:android-maps-utils:3.6.0") + implementation("com.google.maps.android:android-maps-utils:3.19.0") androidTestImplementation("androidx.test:runner:1.7.0") androidTestImplementation("androidx.test:rules:1.7.0") androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")