Add missing okio deps
Reviewed By: bestander Differential Revision: D5094495 fbshipit-source-id: 395d63ff82022c83f58cae8b0005e0ec735ab958
This commit is contained in:
parent
0518a0ba12
commit
c6dd3d137b
|
@ -8,5 +8,6 @@ android_library(
|
|||
],
|
||||
deps = [
|
||||
react_native_dep("third-party/java/okhttp:okhttp3"),
|
||||
react_native_dep("third-party/java/okio:okio"),
|
||||
],
|
||||
)
|
||||
|
|
|
@ -20,6 +20,7 @@ android_library(
|
|||
react_native_dep("third-party/java/jsr-305:jsr-305"),
|
||||
react_native_dep("third-party/java/okhttp:okhttp3"),
|
||||
react_native_dep("third-party/java/okhttp:okhttp3-urlconnection"),
|
||||
react_native_dep("third-party/java/okio:okio"),
|
||||
react_native_target("java/com/facebook/react/bridge:bridge"),
|
||||
react_native_target("java/com/facebook/react/common:common"),
|
||||
react_native_target("java/com/facebook/react/module/annotations:annotations"),
|
||||
|
|
|
@ -15,6 +15,7 @@ rn_robolectric_test(
|
|||
react_native_dep("third-party/java/junit:junit"),
|
||||
react_native_dep("third-party/java/mockito:mockito"),
|
||||
react_native_dep("third-party/java/okhttp:okhttp3"),
|
||||
react_native_dep("third-party/java/okio:okio"),
|
||||
react_native_dep("third-party/java/robolectric3/robolectric:robolectric"),
|
||||
react_native_target("java/com/facebook/react/packagerconnection:packagerconnection"),
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue