|
|
|
|
@ -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}")
|
|
|
|
|
|