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
This commit is contained in:
Pascal Hartig
2021-03-04 08:43:32 -08:00
committed by Facebook GitHub Bot
parent 7c22fe8acb
commit 6af041454a
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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',