Skip to content

Commit

Permalink
#25 chore: Paging3 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungWoo-Ahn committed Apr 18, 2024
1 parent fa92804 commit 6308fa7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ dependencies {
implementation(libs.firebase.firestore)
implementation(libs.firebase.storage)

// Paging3
implementation(libs.androidx.paging.runtime)

// JSoup
implementation(libs.jsoup)
}
4 changes: 0 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ firebaseAnalystic = "21.5.1"
firebaseAuth = "22.3.1"
firebaseFireStore = "24.10.3"
firebaseStorage = "20.3.0"
pagingCompose = "3.3.0-alpha04"
pagingRuntime = "3.2.1"

[libraries]
accompanist-pager = { module = "com.google.accompanist:accompanist-pager", version.ref = "accompanistPager" }
Expand All @@ -43,8 +41,6 @@ androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "a
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "core-ktx" }
androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso-core" }
androidx-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-junit" }
androidx-paging-compose = { module = "androidx.paging:paging-compose", version.ref = "pagingCompose" }
androidx-paging-runtime = { module = "androidx.paging:paging-runtime", version.ref = "pagingRuntime" }
firebase-appcheck-debug = { module = "com.google.firebase:firebase-appcheck-debug", version.ref = "firebaseAppcheckDebug" }
firebase-appcheck-playintegrity = { module = "com.google.firebase:firebase-appcheck-playintegrity", version.ref = "firebaseAppcheckPlayintegrity" }
glide = { module = "com.github.bumptech.glide:compose", version.ref = "glide" }
Expand Down
4 changes: 0 additions & 4 deletions presentation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ dependencies {
// Glide
implementation(libs.glide)

// Paging3
implementation(libs.androidx.paging.runtime)
implementation(libs.androidx.paging.compose)

// Accompanist
implementation(libs.accompanist.pager)
}
Expand Down

0 comments on commit 6308fa7

Please sign in to comment.