diff --git a/app/build.gradle b/app/build.gradle index e4bf193..6dffc6f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,7 +52,7 @@ dependencies { // (Java only) implementation fileTree(include: ['*.jar'], dir: 'libs') - def room_version = '2.4.1' + def room_version = '2.4.2' implementation "androidx.room:room-runtime:$room_version" implementation "androidx.room:room-ktx:$room_version" implementation "androidx.room:room-paging:$room_version"