Skip to content

Commit

Permalink
Update coil to v3.0.0-alpha03 (#1779)
Browse files Browse the repository at this point in the history
* Update coil to v3.0.0-alpha03

* Update network dependency.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Colin White <[email protected]>
  • Loading branch information
renovate[bot] and colinrtwhite authored Jan 21, 2024
1 parent 503ef7b commit cc6d9c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ androidx-compose-ui = "1.5.4"
jbCompose = "1.5.11"
lint = "31.2.1"
zipline = "1.8.0"
coil = "3.0.0-alpha02"
coil = "3.0.0-alpha03"
okio = "3.7.0"
ktor = "2.3.7"

[libraries]
kotlin-compiler = { module = "org.jetbrains.kotlin:kotlin-compiler", version.ref = "kotlin" }
Expand Down Expand Up @@ -78,8 +77,7 @@ paparazzi-gradlePlugin = { module = "app.cash.paparazzi:paparazzi-gradle-plugin"
jimfs = "com.google.jimfs:jimfs:1.3.0"
coil-compose = { module = "io.coil-kt.coil3:coil-compose", version.ref = "coil" }
coil-core = { module = "io.coil-kt.coil3:coil", version.ref = "coil" }
coil-network = { module = "io.coil-kt.coil3:coil-network", version.ref = "coil" }
ktor-engine-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
coil-network-okhttp = { module = "io.coil-kt.coil3:coil-network-okhttp", version.ref = "coil" }
turbine = "app.cash.turbine:turbine:1.0.0"
ktlint = "com.pinterest.ktlint:ktlint-cli:1.1.1"
googleJavaFormat = "com.google.googlejavaformat:google-java-format:1.19.2"
Expand Down
3 changes: 1 addition & 2 deletions samples/emoji-search/android-composeui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ android {

dependencies {
implementation libs.coil.compose
implementation libs.coil.network
implementation libs.ktor.engine.okhttp
implementation libs.coil.network.okhttp
implementation libs.google.material
implementation libs.kotlinx.coroutines.android
implementation projects.samples.emojiSearch.launcher
Expand Down
3 changes: 1 addition & 2 deletions samples/emoji-search/android-views/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ android {

dependencies {
implementation libs.coil.core
implementation libs.coil.network
implementation libs.ktor.engine.okhttp
implementation libs.coil.network.okhttp
implementation libs.google.material
implementation libs.kotlinx.coroutines.android
implementation projects.samples.emojiSearch.launcher
Expand Down

0 comments on commit cc6d9c4

Please sign in to comment.