Add missing okio deps

Reviewed By: bestander

Differential Revision: D5094495

fbshipit-source-id: 395d63ff82022c83f58cae8b0005e0ec735ab958
This commit is contained in:
Emil Sjolander
2017-05-19 04:00:13 -07:00
committed by Facebook Github Bot
parent 0518a0ba12
commit c6dd3d137b
3 changed files with 3 additions and 0 deletions

View File

@@ -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"),
],