Fork OpenTasks to fix PendingIntent

pull/1635/head
Alex Baker 4 years ago
parent ef20c9f555
commit 21765cd414

@ -21,7 +21,7 @@ repositories {
content {
includeGroup("com.gitlab.abaker")
includeModule("com.gitlab.bitfireAT", "cert4android")
includeModule("com.github.dmfs.opentasks", "opentasks-provider")
includeModule("com.github.tasks.opentasks", "opentasks-provider")
includeModule("com.github.QuadFlask", "colorpicker")
}
}
@ -169,8 +169,8 @@ dependencies {
implementation("com.gitlab.abaker:dav4jvm:deb2c9aef8")
implementation("com.gitlab.abaker:ical4android:0e928b567c")
implementation("com.gitlab.bitfireAT:cert4android:26a91a729f")
implementation("com.github.dmfs.opentasks:opentasks-provider:1.2.4") {
exclude("com.github.dmfs.opentasks", "opentasks-contract")
implementation("com.github.tasks.opentasks:opentasks-provider:a1faa1b") {
exclude("com.github.tasks.opentasks", "opentasks-contract")
}
implementation("com.google.dagger:hilt-android:${Versions.hilt}")

@ -642,7 +642,7 @@
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://developer.android.com/topic/libraries/architecture/index.html
- artifact: com.github.dmfs.opentasks:opentasks-provider:+
- artifact: com.github.tasks.opentasks:opentasks-provider:+
name: opentasks-provider
copyrightHolder: dmfs GmbH
license: The Apache Software License, Version 2.0

@ -1542,7 +1542,7 @@
{
"artifactId": {
"name": "opentasks-provider",
"group": "com.github.dmfs.opentasks",
"group": "com.github.tasks.opentasks",
"version": "+"
},
"copyrightHolder": "dmfs GmbH",

@ -211,7 +211,7 @@
+| | +--- androidx.core:core:1.1.0 -> 1.5.0 (*)
+| | \--- androidx.collection:collection:1.1.0 (*)
+| \--- org.conscrypt:conscrypt-android:2.5.1
++--- com.github.dmfs.opentasks:opentasks-provider:1.2.4
++--- com.github.tasks.opentasks:opentasks-provider:a1faa1b
+| +--- org.dmfs:rfc5545-datetime:0.2.4
+| +--- org.dmfs:lib-recur:0.11.4
+| | \--- org.dmfs:rfc5545-datetime:0.2.4

@ -330,7 +330,7 @@
+| | +--- androidx.core:core:1.1.0 -> 1.5.0 (*)
+| | \--- androidx.collection:collection:1.1.0 (*)
+| \--- org.conscrypt:conscrypt-android:2.5.1
++--- com.github.dmfs.opentasks:opentasks-provider:1.2.4
++--- com.github.tasks.opentasks:opentasks-provider:a1faa1b
+| +--- org.dmfs:rfc5545-datetime:0.2.4
+| +--- org.dmfs:lib-recur:0.11.4
+| | \--- org.dmfs:rfc5545-datetime:0.2.4

Loading…
Cancel
Save