Skip to content

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang committed Sep 1, 2024
1 parent 689cd0c commit cb6b832
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ dependencies {
implementation(projects.materialColorUtilities)
implementation(libs.squigglyslider)

implementation(libs.accompanist.swiperefresh)

implementation(libs.coil)

implementation(libs.shimmer)
Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ material3 = { group = "androidx.compose.material3", name = "material3", version.
material3-windowsize = { group = "androidx.compose.material3", name = "material3-window-size-class", version.ref = "material3" }
squigglyslider = { group = "me.saket.squigglyslider", name = "squigglyslider", version = "1.0.0" }

accompanist-swiperefresh = { group = "com.google.accompanist", name = "accompanist-swiperefresh", version = "0.28.0" }

coil = { group = "io.coil-kt", name = "coil-compose", version = "2.6.0" }

shimmer = { group = "com.valentinilk.shimmer", name = "compose-shimmer", version = "1.0.3" }
Expand Down

0 comments on commit cb6b832

Please sign in to comment.