diff --git a/app/build.gradle b/app/build.gradle index d0d00bb..be28960 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -163,7 +163,7 @@ dependencies { // -- Data dependencies // Room - def room_version = '2.4.3' + def room_version = '2.5.1' implementation "androidx.room:room-runtime:$room_version" implementation "androidx.room:room-ktx:$room_version" kapt "androidx.room:room-compiler:$room_version"