Skip to content

Commit

Permalink
[android] fbjni version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKobzarev committed Mar 22, 2021
1 parent 866bf5f commit 049761a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ReactAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -452,9 +452,9 @@ dependencies {
api("com.squareup.okhttp3:okhttp:${OKHTTP_VERSION}")
api("com.squareup.okhttp3:okhttp-urlconnection:${OKHTTP_VERSION}")
api("com.squareup.okio:okio:1.17.5")
api("com.facebook.fbjni:fbjni-java-only:0.0.3")
extractHeaders("com.facebook.fbjni:fbjni:0.0.2:headers")
extractJNI("com.facebook.fbjni:fbjni:0.0.2")
api("com.facebook.fbjni:fbjni-java-only:0.0.4")
extractHeaders("com.facebook.fbjni:fbjni:0.0.4:headers")
extractJNI("com.facebook.fbjni:fbjni:0.0.4")

javadocDeps("com.squareup:javapoet:1.13.0")

Expand Down
4 changes: 2 additions & 2 deletions ReactAndroid/src/main/libraries/fbjni/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ fb_native.android_prebuilt_aar(

fb_native.remote_file(
name = "fbjni-binary-aar",
sha1 = "d9e1b6ebbe55fe25f6ee6257ef64588e0f8a8db0",
url = "mvn:com.facebook.fbjni:fbjni:aar:0.0.2",
sha1 = "04d019d4e13e90d61ef82ac8ef0eaccda9e1cfa0",
url = "mvn:com.facebook.fbjni:fbjni:aar:0.0.4",
)

0 comments on commit 049761a

Please sign in to comment.