Skip to content

Commit

Permalink
Add AndroidX Paging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Isira-Seneviratne committed Aug 7, 2022
1 parent 74921d3 commit cda7739
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ ext {
checkstyleVersion = '10.3.1'

androidxLifecycleVersion = '2.5.1'
androidxPagingVersion = '3.1.1'
androidxRoomVersion = '2.4.3'
androidxWorkVersion = '2.7.1'

Expand Down Expand Up @@ -207,6 +208,8 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:${androidxLifecycleVersion}"
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
implementation 'androidx.media:media:1.6.0'
implementation "androidx.paging:paging-runtime:${androidxPagingVersion}"
implementation "androidx.paging:paging-rxjava3:${androidxPagingVersion}"
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation "androidx.room:room-runtime:${androidxRoomVersion}"
Expand Down

0 comments on commit cda7739

Please sign in to comment.