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 {
63
63
implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.3'
64
64
65
65
// Android KTX 是一组 Kotlin 扩展程序,属于 Android Jetpack 系列
66
- implementation ' androidx.core:core-ktx:1.2 .0'
66
+ implementation ' androidx.core:core-ktx:1.3 .0'
67
67
implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.2.0'
68
68
implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
69
69
implementation ' androidx.lifecycle:lifecycle-livedata-ktx:2.2.0'
@@ -80,8 +80,8 @@ dependencies {
80
80
implementation " androidx.room:room-ktx:2.2.5"
81
81
82
82
// 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 "
85
85
86
86
// paging
87
87
implementation " androidx.paging:paging-runtime-ktx:2.1.2"
You can’t perform that action at this time.
0 commit comments