mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 01:47:03 +05:30
Revert "refactor(android): migrate to navigation safe-args"
This reverts commit 127a69249e
.
This commit is contained in:
parent
b69fa43d29
commit
68a5de84f7
10 changed files with 163 additions and 135 deletions
|
@ -13,7 +13,6 @@ konvert = "3.2.0"
|
|||
kotlin = "1.9.23"
|
||||
kotlinResult = "2.0.0"
|
||||
lifecycle = "2.8.0-rc01"
|
||||
navigation = "2.8.0-alpha08"
|
||||
retrofit = "2.11.0"
|
||||
richtext = "1.0.0-alpha01"
|
||||
sentry-sdk = "7.8.0"
|
||||
|
@ -48,7 +47,7 @@ androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", ve
|
|||
androidx-lifecycle-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
|
||||
androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime", version.ref = "lifecycle" }
|
||||
androidx-lint = "androidx.lint:lint-gradle:1.0.0-alpha01"
|
||||
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation" }
|
||||
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.8.0-alpha08"
|
||||
androidx-paging-compose = "androidx.paging:paging-compose:3.3.0-rc01"
|
||||
androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.4.0-alpha01"
|
||||
androidx-test-core = "androidx.test:core:1.6.0-alpha06"
|
||||
|
@ -123,7 +122,6 @@ kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", versi
|
|||
ksp = "com.google.devtools.ksp:1.9.23-1.0.20"
|
||||
licensee = "app.cash.licensee:1.11.0"
|
||||
modulegraphassert = "com.jraska.module.graph.assertion:2.5.0"
|
||||
navigation-safeargs = { id = "androidx.navigation.safeargs.kotlin", version.ref = "navigation" }
|
||||
poko = "dev.drewhamilton.poko:0.15.2"
|
||||
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|
||||
tracelog = "dev.msfjarvis.tracelog:0.1.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue