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