Disable opentask notification broadcasts

Fix crash for too many pending intents
pull/2068/head
Alex Baker 3 years ago
parent c17e2ef98b
commit 35f4ebc7a2

@ -165,9 +165,12 @@ dependencies {
exclude(group = "com.sun.mail", module = "javax.mail")
}
implementation("com.github.bitfireAT:cert4android:7814052")
implementation("com.github.tasks.opentasks:opentasks-provider:a1faa1b") {
implementation("com.github.tasks.opentasks:opentasks-provider:562fec5") {
exclude("com.github.tasks.opentasks", "opentasks-contract")
}
implementation("org.dmfs:rfc5545-datetime:0.2.4")
implementation("org.dmfs:lib-recur:0.11.4")
implementation("org.dmfs:jems:1.33")
implementation("com.google.dagger:hilt-android:${Versions.hilt}")
kapt("com.google.dagger:hilt-compiler:${Versions.hilt}")

@ -260,11 +260,11 @@
+| | +--- androidx.core:core:1.1.0 -> 1.9.0 (*)
+| | \--- androidx.collection:collection:1.1.0 -> 1.2.0 (*)
+| \--- org.conscrypt:conscrypt-android:2.5.2
++--- 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
+| \--- org.dmfs:jems:1.33
++--- com.github.tasks.opentasks:opentasks-provider:562fec5
++--- org.dmfs:rfc5545-datetime:0.2.4
++--- org.dmfs:lib-recur:0.11.4
+| \--- org.dmfs:rfc5545-datetime:0.2.4
++--- org.dmfs:jems:1.33
++--- com.google.dagger:hilt-android:2.44.2
+| +--- com.google.dagger:dagger:2.44.2
+| | \--- javax.inject:javax.inject:1

@ -396,11 +396,11 @@
+| | +--- androidx.core:core:1.1.0 -> 1.9.0 (*)
+| | \--- androidx.collection:collection:1.1.0 -> 1.2.0 (*)
+| \--- org.conscrypt:conscrypt-android:2.5.2
++--- 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
+| \--- org.dmfs:jems:1.33
++--- com.github.tasks.opentasks:opentasks-provider:562fec5
++--- org.dmfs:rfc5545-datetime:0.2.4
++--- org.dmfs:lib-recur:0.11.4
+| \--- org.dmfs:rfc5545-datetime:0.2.4
++--- org.dmfs:jems:1.33
++--- com.google.dagger:hilt-android:2.44.2
+| +--- com.google.dagger:dagger:2.44.2
+| | \--- javax.inject:javax.inject:1

Loading…
Cancel
Save