Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android-library.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobiasKaminsky <tobias@kaminsky.me>2022-11-03 13:25:30 +0300
committertobiasKaminsky <tobias@kaminsky.me>2022-11-03 13:25:30 +0300
commita0d8ab7b1340392aa7c1e09f576de47080485514 (patch)
tree7e28a6ad40100c19fb739737c287f356b33c5a8b
parentce3fe7e12f22a1230c09def7dd183472b270a120 (diff)
use api instead of implementationdav4jvm
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
-rw-r--r--library/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/build.gradle b/library/build.gradle
index 296de331..fc91e464 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -50,7 +50,7 @@ configurations {
dependencies {
implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.13.5'
api 'com.squareup.okhttp3:okhttp:5.0.0-alpha.10'
- implementation 'com.github.bitfireAT:dav4jvm:2.2' // in transition phase, we use old and new libs
+ api 'com.github.bitfireAT:dav4jvm:2.2' // in transition phase, we use old and new libs
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10'
implementation 'androidx.annotation:annotation:1.5.0'
compileOnly 'com.google.code.findbugs:annotations:3.0.1u2'