Skip to content

Commit

Permalink
use api instead of implementation
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Dec 12, 2022
1 parent 07e0b15 commit d2dc89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d2dc89e

Please sign in to comment.