diff --git a/app/build.gradle b/app/build.gradle index d43a0c5..beae64d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,7 +58,7 @@ dependencies { } dependencies { - def room_version = '2.4.0' + def room_version = "2.4.1" implementation "androidx.room:room-runtime:$room_version" annotationProcessor "androidx.room:room-compiler:$room_version" @@ -76,7 +76,7 @@ dependencies { testImplementation "androidx.room:room-testing:$room_version" // optional - Paging 3 Integration - implementation 'androidx.room:room-paging:2.4.0' + implementation "androidx.room:room-paging:$room_version" } dependencies {