From 2f523f0acf3b589bf962d5d20d2c04e453baf1da Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Tue, 30 Jan 2024 07:34:46 -0800 Subject: [PATCH] Bump FBJNI to 0.6.0 (#42735) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/42735 This realigns the NDK versions used to build the two tools. Changelog: [Internal] [Changed] - Bump FBJNI to 0.6.0 Reviewed By: cipolleschi Differential Revision: D53223301 fbshipit-source-id: 640e9008ed460e58423fb26b6e7030e264ef9320 --- packages/react-native/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/gradle/libs.versions.toml b/packages/react-native/gradle/libs.versions.toml index c41c2525a7f..fc1c88b0e3e 100644 --- a/packages/react-native/gradle/libs.versions.toml +++ b/packages/react-native/gradle/libs.versions.toml @@ -16,7 +16,7 @@ androidx-tracing = "1.1.0" assertj = "3.21.0" binary-compatibility-validator = "0.13.2" download = "5.4.0" -fbjni = "0.5.1" +fbjni = "0.6.0" fresco = "3.1.3" infer-annotation = "0.18.0" javax-annotation-api = "1.3.2"