From 35ea9dfd202faed7cffb1652c3cbd30f29d46309 Mon Sep 17 00:00:00 2001 From: davigonz Date: Wed, 25 Apr 2018 17:48:17 +0200 Subject: [PATCH] Fix okHttp not found --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3043c612..31f4bdc5 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ repositories { dependencies { compile 'org.apache.jackrabbit:jackrabbit-webdav:2.12.4' - implementation 'com.squareup.okhttp3:okhttp:3.10.0' + compile 'com.squareup.okhttp3:okhttp:3.10.0' } android {