From e2ab005e2976ec3f55a6f66bf83c71fbbf82040d Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Fri, 17 Mar 2023 01:48:57 -0500 Subject: [PATCH] Fix OpenTask tests --- 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 987ce80f0..da198907b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -164,7 +164,7 @@ dependencies { implementation("com.github.bitfireAT:dav4jvm:2.2.1") { exclude(group = "junit") } - implementation("com.github.tasks:ical4android:27dc5bf") { + implementation("com.github.tasks:ical4android:12fe73a") { exclude(group = "commons-logging") exclude(group = "org.json", module = "json") exclude(group = "org.codehaus.groovy", module = "groovy")