Switch to stable compose

(cherry picked from commit 2baffa62cade1abd978d5fd03151b47fc87fd31e)

# Conflicts:
#	gradle/compose.versions.toml
This commit is contained in:
AntsyLich 2024-09-05 16:07:08 +06:00 committed by Jobobby04
parent 58df8b79fb
commit c1c615000b

View File

@ -1,11 +1,10 @@
[versions] [versions]
# 2024.04.00-alpha01 has several bugs with the new animateItem() modifier compose-bom = "2024.09.00"
compose-bom = "2024.03.00-alpha02" accompanist = "0.35.1-alpha"
accompanist = "0.35.0-alpha"
[libraries] [libraries]
activity = "androidx.activity:activity-compose:1.9.1" activity = "androidx.activity:activity-compose:1.9.1"
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" } foundation = { module = "androidx.compose.foundation:foundation" }
animation = { module = "androidx.compose.animation:animation" } animation = { module = "androidx.compose.animation:animation" }
animation-graphics = { module = "androidx.compose.animation:animation-graphics" } animation-graphics = { module = "androidx.compose.animation:animation-graphics" }