We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46955a1 commit 22446ecCopy full SHA for 22446ec
1 file changed
app/build.gradle.kts
@@ -185,7 +185,9 @@ dependencies {
185
implementation("androidx.security:security-crypto:1.1.0")
186
implementation("com.squareup.okhttp3:okhttp:5.3.2")
187
implementation("com.squareup.okhttp3:logging-interceptor:5.3.2")
188
- implementation("com.github.bitfireAT:dav4jvm:2.2.1")
+ implementation("com.github.bitfireAT:dav4jvm:2.2.1") {
189
+ exclude(group = "xpp3", module = "xpp3")
190
+ }
191
192
// Google Drive
193
implementation("com.google.android.gms:play-services-auth:21.5.0")
0 commit comments