Update Compose Material3 and Hilt Navigation versions (#381)

This commit is contained in:
Brian Yencho 2023-12-13 08:55:20 -06:00 committed by Álison Fernandes
parent 4d3899e6f9
commit 12a816e678
2 changed files with 2 additions and 6 deletions

View file

@ -88,10 +88,6 @@ private fun TypeOptionsItem(
modifier: Modifier,
) {
val possibleMainStates = VaultAddItemState.ItemTypeOption.entries.toList()
// TODO: Add support for Card Type items (BIT-668)
.filterNot { it == VaultAddItemState.ItemTypeOption.CARD }
// TODO: Add support for Identity Type items (BIT-667)
.filterNot { it == VaultAddItemState.ItemTypeOption.IDENTITY }
val optionsWithStrings = possibleMainStates.associateWith { stringResource(id = it.labelRes) }
BitwardenMultiSelectButton(

View file

@ -14,9 +14,9 @@ androidxBrowser = "1.6.0"
androidxComposeBom = "2023.10.01"
# 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-alpha10"
androidxComposeMaterial3 = "1.2.0-alpha12"
androidxCore = "1.12.0"
androidxHiltNavigationCompose = "1.0.0"
androidxHiltNavigationCompose = "1.1.0"
androidxLifecycle = "2.6.2"
androidxNavigation = "2.7.4"
androidxRoom = "2.6.0"