From a32ab8d1a2dd17d2f66be657cd68ef74cb063917 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 14:52:59 +0000 Subject: [PATCH] fix(deps): update dependency com.github.bitfireat:dav4jvm to v2.2.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 39b1b15588..9e1b80217f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -211,7 +211,7 @@ dependencies { implementation("androidx.work:work-rxjava2:$workVersion") implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.2.0") implementation("com.google.android.flexbox:flexbox:3.0.0") - implementation("com.github.bitfireAT:dav4jvm:2.1.3") { + implementation("com.github.bitfireAT:dav4jvm:2.2.1") { exclude(group = "org.ogce", module = "xpp3") // Android comes with its own XmlPullParser } implementation("org.conscrypt:conscrypt-android:2.5.3")