From e6b978aaceb31a5b6745cdd050c1f4047d48ba6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:35:39 +0000 Subject: [PATCH] feat: Bump com.google.android.gms:play-services-location Bumps the gms-location group with 1 update in the /packages/react-native-vision-camera-location/android directory: com.google.android.gms:play-services-location. Updates `com.google.android.gms:play-services-location` from 21.3.0 to 21.4.0 --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-location dependency-version: 21.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gms-location ... Signed-off-by: dependabot[bot] --- .../react-native-vision-camera-location/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native-vision-camera-location/android/build.gradle b/packages/react-native-vision-camera-location/android/build.gradle index ef6084dc3b..814b9bc95b 100644 --- a/packages/react-native-vision-camera-location/android/build.gradle +++ b/packages/react-native-vision-camera-location/android/build.gradle @@ -138,7 +138,7 @@ dependencies { implementation "com.facebook.react:react-native:+" // Google Fused Location API - implementation "com.google.android.gms:play-services-location:21.3.0" + implementation "com.google.android.gms:play-services-location:21.4.0" // Add a dependency on NitroModules implementation project(":react-native-nitro-modules")