From c1c615000b48f8c4d262c6a3cf7926c051ca99a3 Mon Sep 17 00:00:00 2001 From: AntsyLich <59261191+AntsyLich@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:07:08 +0600 Subject: [PATCH] Switch to stable compose (cherry picked from commit 2baffa62cade1abd978d5fd03151b47fc87fd31e) # Conflicts: # gradle/compose.versions.toml --- gradle/compose.versions.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gradle/compose.versions.toml b/gradle/compose.versions.toml index d54e7874f..2951e4e6b 100644 --- a/gradle/compose.versions.toml +++ b/gradle/compose.versions.toml @@ -1,11 +1,10 @@ [versions] -# 2024.04.00-alpha01 has several bugs with the new animateItem() modifier -compose-bom = "2024.03.00-alpha02" -accompanist = "0.35.0-alpha" +compose-bom = "2024.09.00" +accompanist = "0.35.1-alpha" [libraries] 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" } animation = { module = "androidx.compose.animation:animation" } animation-graphics = { module = "androidx.compose.animation:animation-graphics" }