Skip to content

Commit f4d81eb

Browse files
authored
commons-app#3760 Convert SearchCategoriesFragment to use Pagination (commons-app#3770)
1 parent 63ab4a2 commit f4d81eb

32 files changed

+940
-669
lines changed

.idea/codeStyles/Project.xml

+10-226
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ dependencies {
4343
implementation 'com.karumi:dexter:5.0.0'
4444
implementation "com.jakewharton:butterknife:$BUTTERKNIFE_VERSION"
4545

46-
//paging
47-
implementation "androidx.paging:paging-runtime-ktx:2.1.2"
48-
implementation "androidx.paging:paging-rxjava2-ktx:2.1.2"
49-
5046
kapt "com.jakewharton:butterknife-compiler:$BUTTERKNIFE_VERSION"
5147
implementation "com.hannesdorfmann:adapterdelegates4-kotlin-dsl-layoutcontainer:$ADAPTER_DELEGATES_VERSION"
5248
implementation "com.hannesdorfmann:adapterdelegates4-pagination:$ADAPTER_DELEGATES_VERSION"

0 commit comments

Comments
 (0)