Skip to content

Commit 22446ec

Browse files
committed
build fix
1 parent 46955a1 commit 22446ec

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,9 @@ dependencies {
185185
implementation("androidx.security:security-crypto:1.1.0")
186186
implementation("com.squareup.okhttp3:okhttp:5.3.2")
187187
implementation("com.squareup.okhttp3:logging-interceptor:5.3.2")
188-
implementation("com.github.bitfireAT:dav4jvm:2.2.1")
188+
implementation("com.github.bitfireAT:dav4jvm:2.2.1") {
189+
exclude(group = "xpp3", module = "xpp3")
190+
}
189191

190192
// Google Drive
191193
implementation("com.google.android.gms:play-services-auth:21.5.0")

0 commit comments

Comments
 (0)