Skip to content

Commit c6dd3d1

Browse files
Emil Sjolanderfacebook-github-bot
Emil Sjolander
authored andcommitted
Add missing okio deps
Reviewed By: bestander Differential Revision: D5094495 fbshipit-source-id: 395d63ff82022c83f58cae8b0005e0ec735ab958
1 parent 0518a0b commit c6dd3d1

File tree

3 files changed

+3
-0
lines changed
  • ReactAndroid/src
    • main/java/com/facebook/react
    • test/java/com/facebook/react/packagerconnection

3 files changed

+3
-0
lines changed

ReactAndroid/src/main/java/com/facebook/react/common/network/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ android_library(
88
],
99
deps = [
1010
react_native_dep("third-party/java/okhttp:okhttp3"),
11+
react_native_dep("third-party/java/okio:okio"),
1112
],
1213
)

ReactAndroid/src/main/java/com/facebook/react/modules/fresco/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ android_library(
2020
react_native_dep("third-party/java/jsr-305:jsr-305"),
2121
react_native_dep("third-party/java/okhttp:okhttp3"),
2222
react_native_dep("third-party/java/okhttp:okhttp3-urlconnection"),
23+
react_native_dep("third-party/java/okio:okio"),
2324
react_native_target("java/com/facebook/react/bridge:bridge"),
2425
react_native_target("java/com/facebook/react/common:common"),
2526
react_native_target("java/com/facebook/react/module/annotations:annotations"),

ReactAndroid/src/test/java/com/facebook/react/packagerconnection/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ rn_robolectric_test(
1515
react_native_dep("third-party/java/junit:junit"),
1616
react_native_dep("third-party/java/mockito:mockito"),
1717
react_native_dep("third-party/java/okhttp:okhttp3"),
18+
react_native_dep("third-party/java/okio:okio"),
1819
react_native_dep("third-party/java/robolectric3/robolectric:robolectric"),
1920
react_native_target("java/com/facebook/react/packagerconnection:packagerconnection"),
2021
],

0 commit comments

Comments
 (0)