From 1bde6dd20361888ec86b0abb2603cc0b4c93f2cf Mon Sep 17 00:00:00 2001 From: OSS-Bot Date: Thu, 21 Mar 2024 08:13:14 +0000 Subject: [PATCH] Update dependency androidx.compose:compose-bom to v2024.03.00 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 78d2abecb..0d341e100 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -111,7 +111,7 @@ androidx-compose-accompanist-placeholder = { module = "com.google.accompanist:ac androidx-compose-accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" } androidx-compose-accompanist-systemUi = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" } androidx-compose-animation = { module = "androidx.compose.animation:animation", version.ref = "compose-animation" } -androidx-compose-bom = { module = "androidx.compose:compose-bom", version = "2024.02.02" } +androidx-compose-bom = { module = "androidx.compose:compose-bom", version = "2024.03.00" } androidx-compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compose-compiler-version" } # Foundation (Border, Background, Box, Image, Scroll, shapes, animations, etc.) androidx-compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose-foundation" }