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:
parent
91f509a119
commit
35ea9dfd20
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user