mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore(deps): update androidx navigation (#3188)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
80774954b6
commit
989a6bc820
2 changed files with 2 additions and 3 deletions
|
|
@ -24,7 +24,6 @@ import android.provider.Settings
|
|||
import androidx.compose.runtime.Composable
|
||||
import androidx.compose.ui.platform.LocalContext
|
||||
import androidx.navigation3.runtime.NavKey
|
||||
import androidx.navigation3.runtime.entry
|
||||
import androidx.navigation3.runtime.entryProvider
|
||||
import androidx.navigation3.runtime.rememberNavBackStack
|
||||
import androidx.navigation3.ui.NavDisplay
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ androidxComposeMaterial3Adaptive = "1.2.0-beta03"
|
|||
androidxTracing = "1.9.2"
|
||||
datastore = "1.1.7"
|
||||
lifecycle = "2.9.4"
|
||||
navigation = "2.9.4"
|
||||
navigation3 = "1.0.0-alpha09"
|
||||
navigation = "2.9.5"
|
||||
navigation3 = "1.0.0-alpha10"
|
||||
room = "2.8.1"
|
||||
|
||||
# Kotlin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue