diff --git a/build.gradle b/build.gradle index 5344d4b640c..0bccce88f6c 100644 --- a/build.gradle +++ b/build.gradle @@ -407,7 +407,7 @@ dependencies { implementation "com.squareup.retrofit2:retrofit:2.9.0" implementation "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0" - def roomVersion = '2.6.0' + def roomVersion = '2.6.1' implementation "androidx.room:room-runtime:$roomVersion" implementation "androidx.room:room-ktx:$roomVersion" ksp "androidx.room:room-compiler:$roomVersion"