From d16c67626254b3a412d730866e311f283d119b7b Mon Sep 17 00:00:00 2001 From: Don Yu Date: Fri, 12 Aug 2016 16:14:00 -0700 Subject: [PATCH] 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 --- ReactAndroid/src/main/java/com/facebook/react/cxxbridge/BUCK | 1 - 1 file changed, 1 deletion(-) diff --git a/ReactAndroid/src/main/java/com/facebook/react/cxxbridge/BUCK b/ReactAndroid/src/main/java/com/facebook/react/cxxbridge/BUCK index 54b234ec6..6a3be04bd 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/cxxbridge/BUCK +++ b/ReactAndroid/src/main/java/com/facebook/react/cxxbridge/BUCK @@ -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'),