Skip to content

Commit f9a8194

Browse files
Update dependency androidx.room:room-ktx to v2.5.1
1 parent 824e256 commit f9a8194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ android {
7171
// Room
7272
implementation "androidx.room:room-runtime:2.5.0"
7373
kapt "androidx.room:room-compiler:2.5.0"
74-
implementation "androidx.room:room-ktx:2.4.0"
74+
implementation "androidx.room:room-ktx:2.5.1"
7575

7676
// LiveData
7777
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.6.0"

0 commit comments

Comments
 (0)