Skip to content

Commit

Permalink
switch form Glide to Coil, since Coil is stable
Browse files Browse the repository at this point in the history
  • Loading branch information
its-me-debk007 committed Sep 28, 2024
1 parent ae71d16 commit 34f2e83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies {
implementation(libs.retrofit)
implementation(libs.kotlinx.serialization.converter)
implementation(libs.kotlinx.serialization.json)
implementation(libs.glide)
implementation(libs.coil)
implementation(libs.coroutines.android)
implementation(libs.coroutines.core)
implementation(libs.hilt.android)
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ retrofit = "2.11.0"
coroutines = "1.9.0"
hilt-navigation-compose = "1.2.0"
dagger-hilt = "2.52"
glide = "1.0.0-beta01"
coil = "2.7.0"
chucker = "4.0.0"
navigation-compose = "2.8.1"
ksp = "2.0.20-1.0.25"
Expand Down Expand Up @@ -52,7 +52,7 @@ hilt-navigation-compose = { group = "androidx.hilt", name = "hilt-navigation-com
navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigation-compose" }

# Glide
glide = { group = "com.github.bumptech.glide", name = "compose", version.ref = "glide" }
coil = { group = "io.coil-kt", name = "coil-compose", version.ref = "coil" }

# Chucker
chucker-debug = { group = "com.github.chuckerteam.chucker", name = "library", version.ref = "chucker" }
Expand Down

0 comments on commit 34f2e83

Please sign in to comment.