From c5f600cb9eae76cd1b56c1251c949619be234ceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 17:18:00 +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 4.1.0 to 5.2.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.0...v5.2.0) --- updated-dependencies: - dependency-name: com.google.maps.android:android-maps-utils dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../google_maps_flutter_android/android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle.kts b/packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle.kts index 2072e33c085d..fb6bd60ab111 100644 --- a/packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle.kts +++ b/packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle.kts @@ -49,7 +49,7 @@ android { dependencies { implementation("androidx.annotation:annotation:1.10.0") implementation("com.google.android.gms:play-services-maps:20.0.0") - implementation("com.google.maps.android:android-maps-utils:4.1.0") + implementation("com.google.maps.android:android-maps-utils:5.2.0") androidTestImplementation("androidx.test:runner:1.7.0") androidTestImplementation("androidx.test:rules:1.7.0") androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")