mirror of
https://github.com/status-im/react-native.git
synced 2025-02-05 22:23:37 +00:00
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:
parent
705daabbb1
commit
d16c676262
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user