Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/ical4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunik Kupfer <kupfer@bitfire.at>2022-07-14 12:47:20 +0300
committerSunik Kupfer <kupfer@bitfire.at>2022-07-14 12:47:20 +0300
commit744077bb2bcd089dc3b122b6434f4a2207adfcec (patch)
treee51352f548419912469a4a731f286539404e7da2
parent8879382ea02667567abdaa60abbc6e9272d49bfb (diff)
exclude commons-logging, due to DuplicatePlatformClasses issue47-update-to-ical4j-324
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index fe24940..a45d059 100644
--- a/build.gradle
+++ b/build.gradle
@@ -84,6 +84,7 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.6'
api("org.mnode.ical4j:ical4j:${versions.ical4j}") {
+ exclude group: 'commons-logging'
exclude group: 'org.codehaus.groovy', module: 'groovy'
exclude group: 'org.codehaus.groovy', module: 'groovy-dateutil'
}