Skip to content

Commit

Permalink
Merge pull request #534 from skydoves/coil3/ktor3
Browse files Browse the repository at this point in the history
Use Ktor3 for coil3
  • Loading branch information
skydoves committed Aug 11, 2024
2 parents a4bb8b0 + bece990 commit dded047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fresco-middleware = { group = "com.facebook.fresco", name = "middleware", versio
coil = { group = "io.coil-kt", name = "coil", version.ref = "coil" }
coil-gif = { group = "io.coil-kt", name = "coil-gif", version.ref = "coil" }
coil3 = { group = "io.coil-kt.coil3", name = "coil", version.ref = "coil3" }
coil3-network = { group = "io.coil-kt.coil3", name = "coil-network-ktor", version.ref = "coil3" }
coil3-network = { group = "io.coil-kt.coil3", name = "coil-network-ktor3", version.ref = "coil3" }
ktor-core = { group = "io.ktor", name = "ktor-client-core", version.ref = "ktor" }
ktor-okhttp = { group = "io.ktor", name = "ktor-client-okhttp", version.ref = "ktor" }
ktor-engine-darwin = { module = "io.ktor:ktor-client-darwin", version.ref = "ktor" }
Expand Down

0 comments on commit dded047

Please sign in to comment.