#3756 Convert SearchDepictionsFragment to use Pagination - convert SearchDepictionsFragment

This commit is contained in:
Sean Mac Gillicuddy 2020-05-19 14:38:55 +01:00
parent 9f2dcb8c5e
commit 4866fee7f2
24 changed files with 566 additions and 481 deletions

View file

@ -45,6 +45,10 @@ dependencies {
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"
implementation "androidx.paging:paging-runtime-ktx:$PAGING_VERSION"
testImplementation "androidx.paging:paging-common-ktx:$PAGING_VERSION"
implementation "androidx.paging:paging-rxjava2-ktx:$PAGING_VERSION"
implementation "androidx.recyclerview:recyclerview:1.2.0-alpha02"
// Logging
implementation 'ch.acra:acra-dialog:5.3.0'