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:
+1
-1
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user