diff --git a/app/build.gradle b/app/build.gradle index 9520726a1..1464de56b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,10 +43,6 @@ dependencies { implementation 'com.karumi:dexter:5.0.0' implementation "com.jakewharton:butterknife:$BUTTERKNIFE_VERSION" - //paging - implementation "androidx.paging:paging-runtime-ktx:2.1.2" - implementation "androidx.paging:paging-rxjava2-ktx:2.1.2" - kapt "com.jakewharton:butterknife-compiler:$BUTTERKNIFE_VERSION" implementation "com.hannesdorfmann:adapterdelegates4-kotlin-dsl-layoutcontainer:$ADAPTER_DELEGATES_VERSION" implementation "com.hannesdorfmann:adapterdelegates4-pagination:$ADAPTER_DELEGATES_VERSION"