mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-29 21:37:56 +01:00
Revert "Bump to somewhat newer version of Compose BOM"
This reverts commit ce81b76150.
Fixes crashes when opening menus. Cascade doesn't have an update
to fix this yet.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
[versions]
|
||||
compiler = "1.4.7"
|
||||
compose-bom = "2023.04.00-alpha02"
|
||||
accompanist = "0.31.2-alpha"
|
||||
compose-bom = "2023.03.00"
|
||||
accompanist = "0.30.1"
|
||||
|
||||
[libraries]
|
||||
activity = "androidx.activity:activity-compose:1.7.1"
|
||||
bom = { module = "dev.chrisbanes.compose:compose-bom", version.ref = "compose-bom" }
|
||||
bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "compose-bom" }
|
||||
foundation = { module = "androidx.compose.foundation:foundation" }
|
||||
animation = { module = "androidx.compose.animation:animation" }
|
||||
animation-graphics = { module = "androidx.compose.animation:animation-graphics" }
|
||||
|
||||
Reference in New Issue
Block a user