File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ dependencies {
6363 implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.3'
6464
6565 // Android KTX 是一组 Kotlin 扩展程序,属于 Android Jetpack 系列
66- implementation ' androidx.core:core-ktx:1.2 .0'
66+ implementation ' androidx.core:core-ktx:1.3 .0'
6767 implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.2.0'
6868 implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
6969 implementation ' androidx.lifecycle:lifecycle-livedata-ktx:2.2.0'
@@ -80,8 +80,8 @@ dependencies {
8080 implementation " androidx.room:room-ktx:2.2.5"
8181
8282 // navigation
83- implementation " androidx.navigation:navigation-fragment-ktx:2.3.0-alpha06 "
84- implementation " androidx.navigation:navigation-ui-ktx:2.3.0-alpha06 "
83+ implementation " androidx.navigation:navigation-fragment-ktx:2.3.0-rc01 "
84+ implementation " androidx.navigation:navigation-ui-ktx:2.3.0-rc01 "
8585
8686 // paging
8787 implementation " androidx.paging:paging-runtime-ktx:2.1.2"
You can’t perform that action at this time.
0 commit comments