#3760 Convert SearchCategoriesFragment to use Pagination (#3770)

This commit is contained in:
Seán Mac Gillicuddy 2020-06-10 13:57:13 +01:00 committed by GitHub
parent 63ab4a25aa
commit f4d81eb4ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 956 additions and 685 deletions

View file

@ -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"