Merge "Upgrade navigation-compose to 2.6.0-alpha03"
This commit is contained in:
committed by
Android (Google) Code Review
commit
77198bb556
@@ -57,6 +57,5 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":spa"))
|
||||
implementation "com.github.PhilJay:MPAndroidChart:v3.1.0-alpha"
|
||||
implementation project(":spa")
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user