Switch to stable compose
(cherry picked from commit 2baffa62cade1abd978d5fd03151b47fc87fd31e)
This commit is contained in:
parent
a1e0a1cd4b
commit
a2d8c8f45d
1 changed files with 2 additions and 3 deletions
|
|
@ -1,11 +1,10 @@
|
|||
[versions]
|
||||
# 2024.04.00-alpha01 & above has several bugs with the new animateItem() modifier
|
||||
compose-bom = "2024.08.00-alpha02"
|
||||
compose-bom = "2024.09.00"
|
||||
accompanist = "0.36.0"
|
||||
|
||||
[libraries]
|
||||
activity = "androidx.activity:activity-compose:1.9.2"
|
||||
bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "compose-bom" }
|
||||
bom = { group = "androidx.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" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue