From df0f2e039d1bcf5ea7f61e19ba61f1ac9eb11e86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 14:34:29 +0000 Subject: [PATCH] chore(deps): 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")