Skip to content

Commit

Permalink
Upgrade to FBJNI 0.2 (#1999)
Browse files Browse the repository at this point in the history
Summary:
This should fix #1968

Pull Request resolved: #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
  • Loading branch information
passy authored and facebook-github-bot committed Mar 4, 2021
1 parent 7c22fe8 commit 6af0414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6af0414

Please sign in to comment.