Skip to content

Commit 020bb64

Browse files
Update dependency androidx.room:room-ktx to v2.7.1
1 parent 9768c0b commit 020bb64

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.7.1"
7575

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

0 commit comments

Comments
 (0)