Skip to content

Commit

Permalink
Add androidx-paging (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
AfigAliyev committed Aug 12, 2022
1 parent 13b3d24 commit 6728bd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/core-data/data-local/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ android {
dependencies {
api(project(":core:core-data:data-remote"))

api(libs.androidx.paging.common)
api(libs.bundles.androidx.room)

testImplementation(libs.bundles.test)
Expand Down
6 changes: 6 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ androidx-activity = "1.5.1"
androidx-lifecycle = "2.5.1"
androidx-navigation = "2.5.1"
androidx-room = "2.4.3"
androidx-paging = "3.1.1"
androidx-paging-compose = "1.0.0-alpha16"
androidx-hilt = "1.0.0"
androidx-customview = "1.1.0"
androidx-customview-poolingcontainer = "1.0.0"
Expand Down Expand Up @@ -55,6 +57,10 @@ androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref =
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "androidx-room" }
androidx-room-paging = { module = "androidx.room:room-paging", version.ref = "androidx-room" }

androidx-paging-runtime = { module = "androidx.paging:paging-runtime", version.ref = "androidx-paging" }
androidx-paging-common = { module = "androidx.paging:paging-common", version.ref = "androidx-paging" }
androidx-paging-compose = { module = "androidx.paging:paging-compose", version.ref = "androidx-paging-compose" }

androidx-customview = { module = "androidx.customview:customview", version.ref = "androidx-customview" }
androidx-customview-poolingcontainer = { module = "androidx.customview:customview-poolingcontainer", version.ref = "androidx-customview-poolingcontainer" }
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext" }
Expand Down

0 comments on commit 6728bd5

Please sign in to comment.