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

Unverified Commit b8c4544e authored by Marten Gajda's avatar Marten Gajda Committed by GitHub
Browse files

Detach completed instances, #617 (#899)

In order to support simple recurrence models and also keep long running tasks small we detach completed instances at the beginning of a series into separate task instances.
parent 8431d4a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
def jems_version = '1.24'
def jems_version = '1.33'
def contentpal_version = '0.6'
def androidx_test_runner_version = '1.1.1'

@@ -12,7 +12,7 @@ ext.deps = [
        // dmfs
        jems               : "org.dmfs:jems:$jems_version",
        datetime           : 'org.dmfs:rfc5545-datetime:0.2.4',
        lib_recur          : 'org.dmfs:lib-recur:0.11.2',
        lib_recur          : 'org.dmfs:lib-recur:0.11.4',
        xml_magic          : 'org.dmfs:android-xml-magic:0.1.1',
        color_picker       : 'com.github.dmfs:color-picker:1.3',
        android_carrot     : 'com.github.dmfs.androidcarrot:androidcarrot:13edc04',
Loading