mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-04 02:28:18 +00:00
Fixed build
This commit is contained in:
parent
661e2a6c97
commit
04286e9175
1 changed files with 2 additions and 2 deletions
|
@ -159,9 +159,9 @@ repositories {
|
|||
configurations.all {
|
||||
// Workaround https://issuetracker.google.com/issues/138441698
|
||||
// Support @69c481c39a17d4e1e44a4eb298bb81c48f226eef
|
||||
//exclude group: "androidx.room", module: "room-runtime"
|
||||
exclude group: "androidx.room", module: "room-runtime"
|
||||
// Workaround https://issuetracker.google.com/issues/134685570
|
||||
//exclude group: "androidx.lifecycle", module: "lifecycle-livedata"
|
||||
exclude group: "androidx.lifecycle", module: "lifecycle-livedata"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Reference in a new issue