aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-01-29 19:46:42 +0000
committerGravatar Vitaly Takmazov2019-01-29 19:46:42 +0000
commitd60b38d9c9cf5bbcd7add6bf1a344a4ad4267bc8 (patch)
tree1b7cc762daf92e06be66bd2bd31d97daa4072e80
parent94f2230d6e4d05ef9f25cada1dfa813a83a5b51d (diff)
Downgrade okhttp to 3.11
* https://github.com/square/okhttp/issues/4178
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index fc001456..6cdc6efe 100644
--- a/build.gradle
+++ b/build.gradle
@@ -178,7 +178,7 @@ dependencies {
compile 'com.atlassian.commonmark:commonmark:0.12.1'
compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.12.1'
compile 'org.tomitribe:tomitribe-http-signatures:1.1'
- compile 'com.squareup.okhttp3:okhttp:3.12.1'
+ compile 'com.squareup.okhttp3:okhttp:3.11.0'
compile 'com.squareup.okio:okio:2.2.2'
compile 'com.google.api-client:google-api-client:1.28.0'
compile "com.kotcrab.remark:remark:1.0.0"