We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9820e commit d1aee2cCopy full SHA for d1aee2c
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.5.2"
74
implementation "androidx.room:room-ktx:2.4.0"
75
76
// LiveData
0 commit comments