Remove unused okhttp dependency from cxxbridge module

Summary: This dependency on okhttp is unused. Removing this to lower the method-count increase from including the core RN modules.

Reviewed By: AaaChiuuu

Differential Revision: D3711870

fbshipit-source-id: 54b92edb4a55140b33cc74a5e9270650ced56ab9
This commit is contained in:
Don Yu 2016-08-12 16:14:00 -07:00 committed by Facebook Github Bot 8
parent 705daabbb1
commit d16c676262
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ android_library(
react_native_dep('third-party/java/infer-annotations:infer-annotations'),
react_native_dep('third-party/java/jackson:core'),
react_native_dep('third-party/java/jsr-305:jsr-305'),
react_native_dep('third-party/java/okhttp:okhttp3-ws'),
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/devsupport:devsupport'),