From fa39c4b6c1d6bc2cd0d266a56f12946e5fd2000a Mon Sep 17 00:00:00 2001 From: Brian Yencho Date: Wed, 1 Nov 2023 08:54:23 -0500 Subject: [PATCH] Update Compose Material 3 to 1.2.0-alpha10 (#190) --- 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 df2000b95c..c0d9850585 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ androidxBrowser = "1.6.0" androidxComposeBom = "2023.09.02" # TODO: Once the Material3 color scheme changes are no longer in alpha, we should remove this # individual dependency version and use the Compose BOM version (BIT-702). -androidxComposeMaterial3 = "1.2.0-alpha08" +androidxComposeMaterial3 = "1.2.0-alpha10" androidxCore = "1.12.0" androidxHiltNavigationCompose = "1.0.0" androidxLifecycle = "2.6.2"