Switch to stable compose

This commit is contained in:
AntsyLich 2024-09-05 16:07:08 +06:00
parent bd7b354198
commit 2baffa62ca
No known key found for this signature in database

View file

@ -1,10 +1,10 @@
[versions] [versions]
compose-bom = "2024.08.00-alpha02" compose-bom = "2024.09.00"
accompanist = "0.35.1-alpha" accompanist = "0.35.1-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" }