Skip to content

Commit 26b29a0

Browse files
Update dependency androidx.room:room-compiler to v2.7.1
1 parent 9768c0b commit 26b29a0

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
@@ -70,7 +70,7 @@ android {
7070

7171
// Room
7272
implementation "androidx.room:room-runtime:2.5.0"
73-
kapt "androidx.room:room-compiler:2.5.0"
73+
kapt "androidx.room:room-compiler:2.7.1"
7474
implementation "androidx.room:room-ktx:2.4.0"
7575

7676
// LiveData

0 commit comments

Comments
 (0)