From bb807243ae3e4ed9341cbac20c8a80c0cc6fd3dd Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 14 Sep 2020 08:01:34 -0700 Subject: [PATCH] Revert "fbjni 0.0.4 (#1428)" (#1524) Summary: This reverts commit 97adea5423b5b28b63e43137ba72c1828cbe1dac. This is to address https://github.com/facebook/flipper/issues/1514. Waiting for RN to upgrade fbjni on their end before un-reverting. Pull Request resolved: https://github.com/facebook/flipper/pull/1524 Reviewed By: mweststrate Differential Revision: D23678287 Pulled By: passy fbshipit-source-id: a89f3f625690fc8f97d7e05f5cfdea729d1fe03d --- android/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index e3aaf1ab2..8aef1f987 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -59,9 +59,9 @@ android { dependencies { compileOnly deps.proguardAnnotations - implementation 'com.facebook.fbjni:fbjni:0.0.4' - extractHeaders 'com.facebook.fbjni:fbjni:0.0.4:headers' - extractJNI 'com.facebook.fbjni:fbjni:0.0.4' + implementation 'com.facebook.fbjni:fbjni:0.0.2' + extractHeaders 'com.facebook.fbjni:fbjni:0.0.2:headers' + extractJNI 'com.facebook.fbjni:fbjni:0.0.2' implementation deps.soloader implementation deps.jsr305 implementation deps.supportAppCompat