Merge "Upgrade navigation-compose to 2.6.0-alpha03"

This commit is contained in:
TreeHugger Robot
2022-11-03 10:47:50 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 4 deletions

View File

@@ -57,6 +57,5 @@ android {
}
dependencies {
implementation(project(":spa"))
implementation "com.github.PhilJay:MPAndroidChart:v3.1.0-alpha"
implementation project(":spa")
}

View File

@@ -60,9 +60,9 @@ dependencies {
api "androidx.compose.runtime:runtime-livedata:$jetpack_compose_version"
api "androidx.compose.ui:ui-tooling-preview:$jetpack_compose_version"
api "androidx.lifecycle:lifecycle-livedata-ktx:2.6.0-alpha03"
api "androidx.navigation:navigation-compose:2.5.0"
api "androidx.navigation:navigation-compose:2.6.0-alpha03"
api "com.github.PhilJay:MPAndroidChart:v3.1.0-alpha"
api "com.google.android.material:material:1.7.0-alpha03"
debugApi "androidx.compose.ui:ui-tooling:$jetpack_compose_version"
implementation "com.airbnb.android:lottie-compose:5.2.0"
implementation "com.github.PhilJay:MPAndroidChart:v3.1.0-alpha"
}