From 97adea5423b5b28b63e43137ba72c1828cbe1dac Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 27 Aug 2020 03:42:48 -0700 Subject: [PATCH] fbjni 0.0.4 (#1428) Summary: Just released a new version. Pull Request resolved: https://github.com/facebook/flipper/pull/1428 Test Plan: `./gradlew :android:installDebug` However, I'm tethering right now and this is taking ages so I haven't been able to complete this. Reviewed By: mweststrate Differential Revision: D23295098 Pulled By: passy fbshipit-source-id: aa53fa1c47f0b02d2c8b9f12d66b1c600a37075b --- android/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 9af5922fb..d5cf801e6 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.2' - extractHeaders 'com.facebook.fbjni:fbjni:0.0.2:headers' - extractJNI 'com.facebook.fbjni:fbjni:0.0.2' + 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 deps.soloader implementation deps.jsr305 implementation deps.supportAppCompat