From ed3106f473f9dcf6a6a011dcff7345d5013fd2b1 Mon Sep 17 00:00:00 2001 From: Federico Iosue Date: Thu, 2 Nov 2023 23:17:31 +0100 Subject: [PATCH] Reverted org.mnode.ical4j:ical4j upgrade that broke clean compilation --- omniNotes/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniNotes/build.gradle b/omniNotes/build.gradle index a533ffa57..4340e6cba 100644 --- a/omniNotes/build.gradle +++ b/omniNotes/build.gradle @@ -171,7 +171,7 @@ dependencies { transitive = true exclude group: "com.android.support" } - implementation('org.mnode.ical4j:ical4j:3.2.13') { + implementation('org.mnode.ical4j:ical4j:3.0.11') { exclude group: 'commons.io' } implementation 'org.apache.commons:commons-lang3:3.9'