Skip to content

Commit 4b2d08c

Browse files
Merge pull request #38 from duttabhishek0/renovate/androidx.room-room-ktx-2.x
Update dependency androidx.room:room-ktx to v2.4.0
2 parents 7e30f29 + 31c9942 commit 4b2d08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

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

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

0 commit comments

Comments
 (0)