We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824e256 commit f9a8194Copy full SHA for f9a8194
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.5.1"
75
76
// LiveData
77
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.6.0"
0 commit comments