Update Compose Material 3 to 1.2.0-alpha10 (#190)

This commit is contained in:
Brian Yencho 2023-11-01 08:54:23 -05:00 committed by Álison Fernandes
parent a90254baa6
commit fa39c4b6c1

View file

@ -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"