From 27d68f277403fbaec35587bf6b3560bf814e5c33 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 4 Oct 2023 23:26:16 +0530 Subject: [PATCH] fix(deps): update compose-bom to v2023.11.00-alpha01 Signed-off-by: Harsh Shandilya --- 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 b682d890..30de1d4f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ androidx-activity-compose = "androidx.activity:activity-compose:1.8.0-rc01" androidx-benchmark-macro-junit4 = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "benchmark" } androidx-browser = "androidx.browser:browser:1.6.0" androidx-compose-animation = { module = "androidx.compose.animation:animation" } -androidx-compose-bom = "dev.chrisbanes.compose:compose-bom:2023.10.00-alpha02" +androidx-compose-bom = "dev.chrisbanes.compose:compose-bom:2023.11.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" }