
This reverts commit ce81b76150006b9b23ad5424d49c3de36fb8c090. Fixes crashes when opening menus. Cascade doesn't have an update to fix this yet. (cherry picked from commit b4bb8556751353c06531b55f3b052217254314c0)
25 lines
1.3 KiB
TOML
25 lines
1.3 KiB
TOML
[versions]
|
|
compiler = "1.4.7"
|
|
compose-bom = "2023.03.00"
|
|
accompanist = "0.30.1"
|
|
|
|
[libraries]
|
|
activity = "androidx.activity:activity-compose:1.7.1"
|
|
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" }
|
|
ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
|
ui-util = { module = "androidx.compose.ui:ui-util" }
|
|
|
|
material3-core = { module = "androidx.compose.material3:material3" }
|
|
material-icons = { module = "androidx.compose.material:material-icons-extended" }
|
|
|
|
# Here until M3's swipeable became public https://issuetracker.google.com/issues/234640556
|
|
material-core = { module = "androidx.compose.material:material" }
|
|
|
|
accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref = "accompanist" }
|
|
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist" }
|
|
accompanist-themeadapter = { module = "com.google.accompanist:accompanist-themeadapter-material3", version.ref = "accompanist" }
|
|
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|