mirror of
https://github.com/bitwarden/android.git
synced 2026-03-21 22:00:42 -05:00
BIT-144: Setup root level app navigation (#8)
This commit is contained in:
committed by
Álison Fernandes
parent
cd204b9b11
commit
116d48d8ac
@@ -14,7 +14,7 @@ androidxComposeBom = "2023.06.01"
|
||||
androidxCore = "1.10.1"
|
||||
androidxHiltNavigationCompose = "1.0.0"
|
||||
androidxLifecycle = "2.6.1"
|
||||
androidxNavigation = "2.6.0"
|
||||
androidxNavigation = "2.7.0"
|
||||
androidxRoom = "2.5.2"
|
||||
detekt = "1.23.1"
|
||||
firebaseBom = "32.2.2"
|
||||
@@ -51,6 +51,7 @@ androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
||||
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
||||
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidxCore" }
|
||||
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "androidxHiltNavigationCompose" }
|
||||
androidx-lifecycle-runtime-compose ={ module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "androidxLifecycle" }
|
||||
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidxLifecycle" }
|
||||
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "androidxNavigation" }
|
||||
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "androidxRoom" }
|
||||
|
||||
Reference in New Issue
Block a user