Skip to content

Commit dcaefb3

Browse files
committed
updating room
1 parent 513e189 commit dcaefb3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dependencies {
7676
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
7777
implementation "androidx.print:print:1.0.0"
7878

79-
kapt 'androidx.room:room-compiler:2.3.0'
80-
implementation 'androidx.room:room-runtime:2.3.0'
81-
annotationProcessor 'androidx.room:room-compiler:2.3.0'
79+
kapt 'androidx.room:room-compiler:2.4.2'
80+
implementation 'androidx.room:room-runtime:2.4.2'
81+
annotationProcessor 'androidx.room:room-compiler:2.4.2'
8282
}

0 commit comments

Comments
 (0)