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:
Ahmad Ansori Palembani 2024-06-27 07:41:05 +07:00
parent a5394c7022
commit 2471f454f8
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 4 additions and 6 deletions

View file

@ -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" }