From a12a1f92a5e141e844d54b8de44f8cfc72c50c85 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 4 Apr 2024 04:28:24 +0530 Subject: [PATCH] fix(deps): update dev.chrisbanes.compose:compose-bom to 2024.04.00-alpha01 --- 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 64c05d09..f989cf44 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,7 +27,7 @@ androidx-activity-compose = "androidx.activity:activity-compose:1.9.0-rc01" androidx-benchmark-macro-junit4 = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "benchmark" } androidx-browser = "androidx.browser:browser:1.8.0" androidx-compose-animation = { module = "androidx.compose.animation:animation" } -androidx-compose-bom = "dev.chrisbanes.compose:compose-bom:2024.03.00-alpha02" +androidx-compose-bom = "dev.chrisbanes.compose:compose-bom:2024.04.00-alpha01" androidx-compose-foundation = { module = "androidx.compose.foundation:foundation" } androidx-compose-glance = { module = "androidx.glance:glance-appwidget", version.ref = "glance" } androidx-compose-glance-m3 = { module = "androidx.glance:glance-material3", version.ref = "glance" }