We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cade510 commit ef66bc9Copy full SHA for ef66bc9
app/build.gradle
@@ -69,9 +69,9 @@ dependencies {
69
implementation 'com.squareup.retrofit2:converter-gson:2.6.0'
70
71
//协程 + room
72
- implementation "androidx.room:room-runtime:2.2.3"
73
- kapt "androidx.room:room-compiler:2.2.3"
74
- implementation "androidx.room:room-ktx:2.2.3"
+ implementation "androidx.room:room-runtime:2.2.4"
+ kapt "androidx.room:room-compiler:2.2.4"
+ implementation "androidx.room:room-ktx:2.2.4"
75
76
//koin(依赖注入)
77
implementation "org.koin:koin-androidx-scope:2.0.1"
0 commit comments