Skip to content

Commit

Permalink
Update coil3 to v3.0.2 (#1789)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [io.coil-kt.coil3:coil-test](https://redirect.github.com/coil-kt/coil)
| dependencies | patch | `3.0.1` -> `3.0.2` |
|
[io.coil-kt.coil3:coil-network-okhttp](https://redirect.github.com/coil-kt/coil)
| dependencies | patch | `3.0.1` -> `3.0.2` |
|
[io.coil-kt.coil3:coil-network-ktor3](https://redirect.github.com/coil-kt/coil)
| dependencies | patch | `3.0.1` -> `3.0.2` |
|
[io.coil-kt.coil3:coil-compose-core](https://redirect.github.com/coil-kt/coil)
| dependencies | patch | `3.0.1` -> `3.0.2` |
| [io.coil-kt.coil3:coil](https://redirect.github.com/coil-kt/coil) |
dependencies | patch | `3.0.1` -> `3.0.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

###
[`v3.0.2`](https://redirect.github.com/coil-kt/coil/blob/HEAD/CHANGELOG.md#302---November-9-2024)

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

- Fix crash when invoking `OkHttpNetworkFetcherFactory` with a custom
`CacheStrategy` on Android.
- Fix `CacheControlCacheStrategy` computing the age of a cache entry
incorrectly.
- Fix case where `ImageRequest.bitmapConfig` would only be respected on
>= API 28 if it was `ARGB_8888` or `HARDWARE`.

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOS45LjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
  • Loading branch information
slack-oss-bot authored Nov 11, 2024
1 parent 26526e4 commit 1565939
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 @@ -10,7 +10,7 @@ anvil = "0.4.0"
atomicfu = "0.26.0"
benchmark = "1.3.3"
coil = "2.7.0"
coil3 = "3.0.1"
coil3 = "3.0.2"
compose-animation = "1.7.5"
compose-foundation = "1.7.5"
compose-material = "1.7.5"
Expand Down

0 comments on commit 1565939

Please sign in to comment.