Skip to content

Commit

Permalink
refactor: Fix paging compose dependency (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
doananhtuan22111996 authored Sep 3, 2024
1 parent b3d145b commit 4c5b562
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ lifecycleRuntimeKtx = "2.8.4"
activityCompose = "1.9.1"
composeBom = "2024.08.00"
pagingComposeAndroid = "3.3.2"
paging = "3.3.2"
splashscreen = "1.0.1"

[libraries]
Expand Down Expand Up @@ -48,7 +49,7 @@ androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-man
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
androidx-material3-icons = { group = "androidx.compose.material", name = "material-icons-extended" }
androidx-paging-compose-android = { group = "androidx.paging", name = "paging-compose-android", version.ref = "pagingComposeAndroid" }
androidx-paging-compose = { group = "androidx.paging", name = "paging-compose", version.ref = "paging" }
androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version.ref = "splashscreen" }

[plugins]
Expand Down
2 changes: 1 addition & 1 deletion libx/composex/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
implementation(libs.androidx.ui.graphics)
implementation(libs.androidx.ui.tooling.preview)
implementation(libs.androidx.material3)
implementation(libs.androidx.paging.compose.android)
implementation(libs.androidx.paging.compose)
implementation(libs.androidx.ui.text.google.fonts)
testImplementation(libs.junit)
androidTestImplementation(libs.androidx.junit)
Expand Down

0 comments on commit 4c5b562

Please sign in to comment.