Skip to content

Commit ee58e00

Browse files
maskaravivekashishkumar468
authored andcommitted
With lazy loading of contributions (commons-app#3566)
1 parent 4181816 commit ee58e00

25 files changed

+1068
-1076
lines changed

app/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ dependencies {
4242
implementation 'com.dinuscxj:circleprogressbar:1.1.1'
4343
implementation 'com.karumi:dexter:5.0.0'
4444
implementation "com.jakewharton:butterknife:$BUTTERKNIFE_VERSION"
45+
46+
//paging
47+
implementation "androidx.paging:paging-runtime-ktx:2.1.2"
48+
implementation "androidx.paging:paging-rxjava2-ktx:2.1.2"
49+
4550
kapt "com.jakewharton:butterknife-compiler:$BUTTERKNIFE_VERSION"
4651
implementation "com.hannesdorfmann:adapterdelegates4-kotlin-dsl-layoutcontainer:$ADAPTER_DELEGATES_VERSION"
4752
implementation "com.hannesdorfmann:adapterdelegates4-pagination:$ADAPTER_DELEGATES_VERSION"

0 commit comments

Comments
 (0)