1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 16:33:03 +00:00

Fix okHttp not found

This commit is contained in:
davigonz
2018-04-25 17:48:17 +02:00
parent 91f509a119
commit 35ea9dfd20
+1 -1
View File
@@ -17,7 +17,7 @@ repositories {
dependencies { dependencies {
compile 'org.apache.jackrabbit:jackrabbit-webdav:2.12.4' 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 { android {