1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-08 00:16:09 +00:00

Fix okHttp not found

This commit is contained in:
davigonz 2018-04-25 17:48:17 +02:00
parent 91f509a119
commit 35ea9dfd20

View File

@ -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 {