mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-28 20:17:51 +02:00
Use non-stable Compose BOM (#9120)
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
[versions]
|
||||
compiler = "1.4.2"
|
||||
compose-bom = "2023.01.00"
|
||||
accompanist = "0.28.0"
|
||||
compose-bom = "2023.02.00-beta01"
|
||||
accompanist = "0.29.1-alpha"
|
||||
|
||||
[libraries]
|
||||
activity = "androidx.activity:activity-compose:1.6.1"
|
||||
bom = { group = "androidx.compose", name = "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" }
|
||||
@ -16,9 +16,7 @@ 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
|
||||
# Using newer version for PullRefresh fix
|
||||
# TODO: use default version after next Compose BOM is released
|
||||
material-core = { module = "androidx.compose.material:material", version = "1.4.0-beta01" }
|
||||
material-core = { module = "androidx.compose.material:material" }
|
||||
|
||||
accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref = "accompanist" }
|
||||
accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
|
||||
|
Reference in New Issue
Block a user