mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-07 16:06:08 +00:00
Use api instead of implementation to export dav4android dependency so the app can use it as well
This commit is contained in:
parent
1f220013f1
commit
e233fe0587
@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
|
|||||||
dependencies {
|
dependencies {
|
||||||
api 'com.squareup.okhttp3:okhttp:3.12.0'
|
api 'com.squareup.okhttp3:okhttp:3.12.0'
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.11"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.11"
|
||||||
implementation 'com.gitlab.ownclouders:dav4android:oc_support'
|
api 'com.gitlab.ownclouders:dav4android:oc_support'
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user