Skip to content

Commit

Permalink
Update coil to v3.0.0 (#388)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[io.coil-kt.coil3:coil-network-ktor3](https://redirect.github.com/coil-kt/coil)
| `3.0.0-rc02` -> `3.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.coil-kt.coil3:coil-network-ktor3/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.coil-kt.coil3:coil-network-ktor3/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.coil-kt.coil3:coil-network-ktor3/3.0.0-rc02/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.coil-kt.coil3:coil-network-ktor3/3.0.0-rc02/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[io.coil-kt.coil3:coil-compose](https://redirect.github.com/coil-kt/coil)
| `3.0.0-rc02` -> `3.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.coil-kt.coil3:coil-compose/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.coil-kt.coil3:coil-compose/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.coil-kt.coil3:coil-compose/3.0.0-rc02/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.coil-kt.coil3:coil-compose/3.0.0-rc02/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>coil-kt/coil (io.coil-kt.coil3:coil-network-ktor3)</summary>

###
[`v3.0.0`](https://redirect.github.com/coil-kt/coil/blob/HEAD/CHANGELOG.md#300---November-4-2024)

[Compare
Source](https://redirect.github.com/coil-kt/coil/compare/3.0.0-rc02...3.0.0)

Coil 3.0.0 is the next major release of Coil with full support for
[Compose
Multiplatform](https://www.jetbrains.com/compose-multiplatform/).

[For the full list of improvements and important changes in 3.0.0, check
out the upgrade
guide](https://coil-kt.github.io/coil/upgrading_to_coil3/).

Changes since `3.0.0-rc02`:

-   Remove remaining deprecated methods.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/chrisbanes/haze).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNCIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 395f989 commit 5059c43
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 @@ -4,7 +4,7 @@ androidx-benchmark = "1.3.3"
androidx-media3 = "1.4.1"
androidx-test-ext-junit = "1.2.1"
assertk = "0.28.1"
coil = "3.0.0-rc02"
coil = "3.0.0"
compose-multiplatform = "1.7.0"
kotlinx-coroutines-swing = "1.9.0"
ktlint = "1.0.1"
Expand Down

0 comments on commit 5059c43

Please sign in to comment.