Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 6d87d43f authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Update ical4j from 3.2.5 to 3.2.7

parent 9723b289
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -4,9 +4,9 @@


buildscript {
buildscript {
    ext.versions = [
    ext.versions = [
        kotlin: '1.7.20',
        kotlin: '1.7.21',
        dokka: '1.7.20',
        dokka: '1.7.20',
        ical4j: '3.2.5',
        ical4j: '3.2.7',
        // latest Apache Commons versions that don't require Java 8 (Android 7)
        // latest Apache Commons versions that don't require Java 8 (Android 7)
        commonsIO: '2.6'
        commonsIO: '2.6'
    ]
    ]