downgrade navigation-compose -> 2.8.0

- note when renovate bot pr the upgrade that's we implement new routing
This commit is contained in:
MrSluffy
2024-12-06 09:39:07 +08:00
parent 1b59c20031
commit 4e96bd45c9

View File

@@ -386,7 +386,7 @@ dependencies {
implementation 'androidx.compose.material3:material3-window-size-class'
implementation "androidx.activity:activity-compose:1.9.3"
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7"
implementation "androidx.navigation:navigation-compose:2.8.4"
implementation "androidx.navigation:navigation-compose:2.8.0"
implementation "androidx.constraintlayout:constraintlayout:2.2.0"
implementation "androidx.palette:palette-ktx:1.0.0"
implementation "androidx.slice:slice-core:1.1.0-alpha02"