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:
darken
2025-06-23 14:04:39 +02:00
committed by Matthias Urhahn
parent ff58e01551
commit 4c7eac870d
+1 -1
View File
@@ -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 {