mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
Dependencies: Downgrade Navigation Core to 2.8.9
Navigation Core version 2.9.0 seems to have a bug causing an `ConcurrentModificationException`. See: https://issuetracker.google.com/issues/188860458 https://issuetracker.google.com/issues/417784831
This commit is contained in:
@@ -16,7 +16,7 @@ object Versions {
|
||||
const val core = ""
|
||||
|
||||
object Navigation {
|
||||
const val core = "2.9.0"
|
||||
const val core = "2.8.9"
|
||||
}
|
||||
|
||||
object Testing {
|
||||
|
||||
Reference in New Issue
Block a user