diff --git a/app/build.gradle b/app/build.gradle index 0069405..68ee195 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -91,7 +91,7 @@ dependencies { implementation 'org.koin:koin-androidx-viewmodel:2.0.1' // Paging - implementation "androidx.paging:paging-runtime-ktx:2.1.0" + implementation "androidx.paging:paging-runtime-ktx:2.1.1" implementation "androidx.paging:paging-rxjava2-ktx:2.1.0" debugImplementation 'com.amitshekhar.android:debug-db:1.0.6'