We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a3d4c commit 93b2d5bCopy full SHA for 93b2d5b
app/build.gradle
@@ -70,7 +70,7 @@ android {
70
71
// Room
72
implementation "androidx.room:room-runtime:2.5.0"
73
- kapt "androidx.room:room-compiler:2.5.0"
+ kapt "androidx.room:room-compiler:2.6.1"
74
implementation "androidx.room:room-ktx:2.4.0"
75
76
// LiveData
0 commit comments