Skip to content

Commit ef66bc9

Browse files
committed
升级Room
1 parent cade510 commit ef66bc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ dependencies {
6969
implementation 'com.squareup.retrofit2:converter-gson:2.6.0'
7070

7171
//协程 + 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"
72+
implementation "androidx.room:room-runtime:2.2.4"
73+
kapt "androidx.room:room-compiler:2.2.4"
74+
implementation "androidx.room:room-ktx:2.2.4"
7575

7676
//koin(依赖注入)
7777
implementation "org.koin:koin-androidx-scope:2.0.1"

0 commit comments

Comments
 (0)