diff --git a/library/build.gradle b/library/build.gradle index 812d81856..90d891eb8 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'