From a783907ed009a8c4605d047799e1691f016602a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 04:45:10 +0000 Subject: [PATCH] chore(deps): bump com.facebook.react:react-android Bumps [com.facebook.react:react-android](https://github.com/facebook/react-native) from 0.76.0 to 0.87.0. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG-0.7x.md) - [Commits](https://github.com/facebook/react-native/compare/v0.76.0...v0.87.0) --- updated-dependencies: - dependency-name: com.facebook.react:react-android dependency-version: 0.87.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bindings/react-native/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/react-native/android/build.gradle b/bindings/react-native/android/build.gradle index 85e83fdc..17c70d17 100644 --- a/bindings/react-native/android/build.gradle +++ b/bindings/react-native/android/build.gradle @@ -81,7 +81,7 @@ dependencies { implementation 'com.facebook.react:react-android' } else { // For standalone build or testing - compileOnly 'com.facebook.react:react-android:0.76.0' + compileOnly 'com.facebook.react:react-android:0.87.0' } testImplementation 'junit:junit:4.13.2'