Niedzielski has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/224645

Change subject: Upgrade OkHttp to v2.4.0
......................................................................

Upgrade OkHttp to v2.4.0

Change-Id: If44368a2510481ddf82ad1b9908bbb144d8156aa
---
M wikipedia/build.gradle
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia 
refs/changes/45/224645/1

diff --git a/wikipedia/build.gradle b/wikipedia/build.gradle
index a6e82de..7713a15 100644
--- a/wikipedia/build.gradle
+++ b/wikipedia/build.gradle
@@ -99,8 +99,8 @@
     compile('org.mediawiki.api:json:1.3.2-SNAPSHOT') {
         exclude group: 'org.json', module: 'json'
     }
-    compile 'com.squareup.okhttp:okhttp-urlconnection:2.3.0'
-    compile 'com.squareup.okhttp:okhttp:2.3.0'
+    compile 'com.squareup.okhttp:okhttp-urlconnection:2.4.0'
+    compile 'com.squareup.okhttp:okhttp:2.4.0'
     compile 'com.squareup:otto:1.3.6'
     compile 'com.squareup.picasso:picasso:2.5.0'
     compile 'com.mobsandgeeks:android-saripaar:1.0.3'
@@ -116,7 +116,7 @@
     testCompile 'junit:junit:4.12'
     testCompile 'org.mockito:mockito-core:1.9.5'
     testCompile 'org.robolectric:robolectric:3.0-rc3'
-    testCompile 'com.squareup.okhttp:mockwebserver:2.3.0'
+    testCompile 'com.squareup.okhttp:mockwebserver:2.4.0'
 }
 
 // The next block is for setting the release signing config from a file 
outside the git repo

-- 
To view, visit https://gerrit.wikimedia.org/r/224645
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If44368a2510481ddf82ad1b9908bbb144d8156aa
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Niedzielski <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to