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

Commit 37f0216b authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Update gradle plugin; fix desugaring problem

parent f340ca7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ buildscript {
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:7.1.0'
        classpath 'com.android.tools.build:gradle:7.1.1'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
        classpath "org.jetbrains.dokka:dokka-gradle-plugin:${versions.dokka}"
    }
+1 −1
Original line number Diff line number Diff line
@@ -290,7 +290,7 @@ open class ICalendar {
                    else -> throw IllegalArgumentException("reference must be Event or Task")
                }
                if (duration != null)
                    end = Date.from(start.toInstant() + duration)
                    end = java.util.Date.from(start.toInstant() + duration)
            }

            // event/task duration