mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix(deps): Update compose to *-beta04
REF: https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.7.0-beta04
This commit is contained in:
parent
a5394c7022
commit
2471f454f8
2 changed files with 4 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
[versions]
|
||||
compose-bom = "2024.06.00"
|
||||
compose-bom = "2024.06.00-alpha01"
|
||||
|
||||
[libraries]
|
||||
bom = { module = "androidx.compose:compose-bom", version.ref = "compose-bom" }
|
||||
bom = { module = "dev.chrisbanes.compose:compose-bom", version.ref = "compose-bom" }
|
||||
animation = { module = "androidx.compose.animation:animation" }
|
||||
foundation = { module = "androidx.compose.foundation:foundation", version = "1.7.0-SNAPSHOT" }
|
||||
material3 = { module = "androidx.compose.material3:material3", version = "1.3.0-SNAPSHOT" }
|
||||
foundation = { module = "androidx.compose.foundation:foundation" }
|
||||
material3 = { module = "androidx.compose.material3:material3" }
|
||||
material-motion = { module = "io.github.fornewid:material-motion-compose-core", version = "1.0.7" }
|
||||
ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
||||
ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue