fix: Bump Compose BOM to fix ExposedDropdownMenuBox crash on detach

This commit is contained in:
darken
2026-03-20 17:48:55 +00:00
committed by Matthias Urhahn
parent 95bb225e64
commit 52433460be
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ object Versions {
}
object Compose {
const val bom = "2025.06.01"
const val bom = "2025.10.00"
}
object Navigation3 {