From 4b882132cd6bae48b2f48046b4a64e0613603138 Mon Sep 17 00:00:00 2001 From: "anirudh.r" Date: Thu, 21 Jul 2016 17:45:37 +0530 Subject: [PATCH] #36 bumped okhttp version to 3.4.1 --- library/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index aa92f29..4f2c145 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -60,9 +60,9 @@ android { dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') - compile 'com.android.support:support-annotations:24.0.0' + compile 'com.android.support:support-annotations:24.1.0' compile 'org.slf4j:slf4j-api:1.7.6' - compile 'com.squareup.okhttp3:okhttp:3.4.0' + compile 'com.squareup.okhttp3:okhttp:3.4.1' testCompile 'junit:junit:4.12' testCompile 'org.mockito:mockito-core:1.10.19'