From e700987d14ee8203f8b89aa06fb768345bf7d2e0 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 19 Jul 2023 22:15:33 +0530 Subject: [PATCH] chore(deps): update dev.chrisbanes.compose:compose-bom to 2023.07.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 1b1c2286..7aebbd23 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ androidx-activity-compose = "androidx.activity:activity-compose:1.7.2" androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-beta01" androidx-browser = "androidx.browser:browser:1.5.0" androidx-compose-animation = { module = "androidx.compose.animation:animation" } -androidx-compose-bom = "dev.chrisbanes.compose:compose-bom:2023.06.00-alpha01" +androidx-compose-bom = "dev.chrisbanes.compose:compose-bom:2023.07.00-alpha01" androidx-compose-foundation = { module = "androidx.compose.foundation:foundation" } androidx-compose-material = { module = "androidx.compose.material:material" } androidx-compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }