Skip to content

Commit 93b2d5b

Browse files
Update dependency androidx.room:room-compiler to v2.6.1
1 parent 34a3d4c commit 93b2d5b

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.6.1"
7474
implementation "androidx.room:room-ktx:2.4.0"
7575

7676
// LiveData

0 commit comments

Comments
 (0)