Upgrade navigation-compose to 2.6.0-alpha03

Also change MPAndroidChart's implementation to api.

Bug: 235727273
Test: Unit test
Test: Manual with Gallery App
Change-Id: I34f6b3881c068d9c17692b6bfd4d72f249758c24
This commit is contained in:
Chaohui Wang
2022-11-03 16:44:07 +08:00
parent 90e9de1891
commit 310a47b5b0
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"
}