From 6af041454af22fab54ac7d17f6e8855c26f0d156 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 4 Mar 2021 08:43:32 -0800 Subject: [PATCH] Upgrade to FBJNI 0.2 (#1999) Summary: This should fix https://github.com/facebook/flipper/issues/1968 Pull Request resolved: https://github.com/facebook/flipper/pull/1999 Test Plan: Built our sample app; built the sample app provided in the repo as part of the issue; locally released the Flipper artifacts and built the RN app against it. Reviewed By: fabiomassimo Differential Revision: D26817589 Pulled By: passy fbshipit-source-id: c6db5f947c08e4236442b08306791e45b4d15ec3 --- android/build.gradle | 2 +- build.gradle | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index e48bb0c95..b9f22fd94 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -63,7 +63,7 @@ android { dependencies { compileOnly deps.proguardAnnotations - implementation 'com.facebook.fbjni:fbjni:0.1.0' + implementation deps.fbjni implementation deps.soloader implementation deps.jsr305 implementation deps.supportAppCompat diff --git a/build.gradle b/build.gradle index 96e3a9ce7..b200a4b5e 100644 --- a/build.gradle +++ b/build.gradle @@ -73,6 +73,7 @@ ext.deps = [ archPaging : 'android.arch.paging:runtime:1.0.0', // First-party soloader : 'com.facebook.soloader:soloader:0.10.1', + fbjni : 'com.facebook.fbjni:fbjni:0.2.0', screenshot : 'com.facebook.testing.screenshot:core:0.5.0', boltsTasks : 'com.parse.bolts:bolts-tasks:1.4.0', boltsApplinks : 'com.parse.bolts:bolts-applinks:1.4.0',