Skip to content

Commit a0d8ab7

Browse files
use api instead of implementation
Signed-off-by: tobiasKaminsky <[email protected]>
1 parent ce3fe7e commit a0d8ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ configurations {
5050
dependencies {
5151
implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.13.5'
5252
api 'com.squareup.okhttp3:okhttp:5.0.0-alpha.10'
53-
implementation 'com.github.bitfireAT:dav4jvm:2.2' // in transition phase, we use old and new libs
53+
api 'com.github.bitfireAT:dav4jvm:2.2' // in transition phase, we use old and new libs
5454
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10'
5555
implementation 'androidx.annotation:annotation:1.5.0'
5656
compileOnly 'com.google.code.findbugs:annotations:3.0.1u2'

0 commit comments

Comments
 (0)