From caf111eb233f4ea534b5a13d867b4ec2f08c73ef Mon Sep 17 00:00:00 2001 From: Krzysztof Magiera Date: Tue, 10 Nov 2015 03:19:26 -0800 Subject: [PATCH] Update okhhtp version to 2.5 Reviewed By: andreicoman11 Differential Revision: D2636394 fb-gh-sync-id: 1f4df9ae879e16f13c5343baed85a91469d88cff --- ReactAndroid/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReactAndroid/build.gradle b/ReactAndroid/build.gradle index cee11c8ad..f9354abe3 100644 --- a/ReactAndroid/build.gradle +++ b/ReactAndroid/build.gradle @@ -250,8 +250,8 @@ dependencies { compile 'com.facebook.fresco:imagepipeline-okhttp:0.6.1' compile 'com.fasterxml.jackson.core:jackson-core:2.2.3' compile 'com.google.code.findbugs:jsr305:3.0.0' - compile 'com.squareup.okhttp:okhttp:2.4.0' - compile 'com.squareup.okhttp:okhttp-ws:2.4.0' + compile 'com.squareup.okhttp:okhttp:2.5.0' + compile 'com.squareup.okhttp:okhttp-ws:2.5.0' compile 'com.squareup.okio:okio:1.5.0' compile 'org.webkit:android-jsc:r174650' }