From 0ec52b84fe0830a4a2058e1cf2e72092c94d9baf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 19:37:18 +0000 Subject: [PATCH] fix(deps): update dependency androidx.compose:compose-bom to v2023.04.00 (cherry picked from commit c67e4d2923965a671e3043a9f503c3a0ea88013e) --- 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 934ad52c..18a62078 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ androidx-activity-compose = "androidx.activity:activity-compose:1.7.0" androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha13" androidx-browser = "androidx.browser:browser:1.5.0" androidx-compose-animation = { module = "androidx.compose.animation:animation" } -androidx-compose-bom = "androidx.compose:compose-bom:2023.03.00" +androidx-compose-bom = "androidx.compose:compose-bom:2023.04.00" androidx-compose-foundation = { module = "androidx.compose.foundation:foundation" } androidx-compose-material = { module = "androidx.compose.material:material" } androidx-compose-material3 = { module = "androidx.compose.material3:material3" }