diff --git a/app/build.gradle b/app/build.gradle index 6e94961..3c56135 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-extensions:2.0.0" //paging - implementation 'androidx.paging:paging-runtime:2.1.0' + implementation 'androidx.paging:paging-runtime:2.1.2' //android view dependencies implementation 'androidx.constraintlayout:constraintlayout:1.1.3'