From d319053d949dfaf795e174fda51bd246f5cbb920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 01:04:22 +0000 Subject: [PATCH] Bump com.google.android.gms:play-services-maps from 19.2.0 to 20.0.0 Bumps com.google.android.gms:play-services-maps from 19.2.0 to 20.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-maps dependency-version: 20.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 1f75b49..9a6e7c2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.4.0' implementation 'com.google.android.material:material:1.14.0-alpha08' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'com.google.android.gms:play-services-maps:19.2.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:3.20.1' implementation 'com.squareup.retrofit2:retrofit:3.0.0'