From c014db5b82a36dd18fe88f7dc19361327ec35c2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:13:24 +0100 Subject: [PATCH] [geolocator_android]: Bump com.google.android.gms:play-services-location (#1418) Bumps com.google.android.gms:play-services-location from 21.0.1 to 21.1.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-location dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- geolocator_android/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geolocator_android/android/build.gradle b/geolocator_android/android/build.gradle index 3ddd3118d..faaf130f2 100644 --- a/geolocator_android/android/build.gradle +++ b/geolocator_android/android/build.gradle @@ -41,7 +41,7 @@ android { } dependencies { - implementation 'com.google.android.gms:play-services-location:21.0.1' + implementation 'com.google.android.gms:play-services-location:21.1.0' implementation 'androidx.core:core:1.9.0' testImplementation 'junit:junit:4.13.2'