Loading build.gradle +2 −4 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ buildscript { ext.versions = [ kotlin: '1.7.0', dokka: '1.5.0', ical4j: '3.2.0', // tests fail with >= 3.2.1: https://github.com/ical4j/ical4j/issues/350#issuecomment-1177290922 – update as soon as this is fixed ical4j: '3.2.4', // latest Apache Commons versions that don't require Java 8 (Android 7) commonsIO: '2.6' ] Loading Loading @@ -84,7 +84,7 @@ dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.6' api("org.mnode.ical4j:ical4j:${versions.ical4j}") { exclude module: 'javax.mail' exclude group: 'commons-logging' exclude group: 'org.codehaus.groovy', module: 'groovy' exclude group: 'org.codehaus.groovy', module: 'groovy-dateutil' } Loading @@ -94,8 +94,6 @@ dependencies { // noinspection GradleDependency api("org.apache.commons:commons-lang3:3.8.1") { force = true } // ical4j requires JavaMail API (e.g. for EMAIL parameter) implementation 'com.sun.mail:android-mail:1.6.7' // noinspection GradleDependency implementation "commons-io:commons-io:${versions.commonsIO}" Loading Loading
build.gradle +2 −4 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ buildscript { ext.versions = [ kotlin: '1.7.0', dokka: '1.5.0', ical4j: '3.2.0', // tests fail with >= 3.2.1: https://github.com/ical4j/ical4j/issues/350#issuecomment-1177290922 – update as soon as this is fixed ical4j: '3.2.4', // latest Apache Commons versions that don't require Java 8 (Android 7) commonsIO: '2.6' ] Loading Loading @@ -84,7 +84,7 @@ dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.6' api("org.mnode.ical4j:ical4j:${versions.ical4j}") { exclude module: 'javax.mail' exclude group: 'commons-logging' exclude group: 'org.codehaus.groovy', module: 'groovy' exclude group: 'org.codehaus.groovy', module: 'groovy-dateutil' } Loading @@ -94,8 +94,6 @@ dependencies { // noinspection GradleDependency api("org.apache.commons:commons-lang3:3.8.1") { force = true } // ical4j requires JavaMail API (e.g. for EMAIL parameter) implementation 'com.sun.mail:android-mail:1.6.7' // noinspection GradleDependency implementation "commons-io:commons-io:${versions.commonsIO}" Loading