Update coil to v3.5.0 #26

Open
renovate wants to merge 1 commit from renovate/coil into main
Member

This PR contains the following updates:

Package Change Age Confidence
io.coil-kt.coil3:coil-test 3.4.03.5.0 age confidence
io.coil-kt.coil3:coil-gif 3.4.03.5.0 age confidence
io.coil-kt.coil3:coil-compose 3.4.03.5.0 age confidence
io.coil-kt.coil3:coil-network-okhttp 3.4.03.5.0 age confidence
io.coil-kt.coil3:coil 3.4.03.5.0 age confidence

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

coil-kt/coil (io.coil-kt.coil3:coil-test)

v3.5.0

Compare Source

Changes since 3.4.0:

  • Important: Remove iosX64 and macosX64 targets. (#​3386)
  • Important: Increase Android's minimum SDK version to 23. (#​3283)
  • New: Add fast WebP size extraction on JS/WASM to avoid falling back to a full Skia decode. (#​3341)
  • Remove experimental annotation from ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackground. (#​3439)
  • Fix CacheStrategy implementations being unable to refresh cached failure responses (e.g. expired cached 404 responses). (#​3401)
  • Look up ContinuationInterceptor instead of CoroutineDispatcher in coroutine contexts. (#​3415)
  • Update the Android compile SDK to 36.
  • Update the Kotlin language version to 2.2.
  • Update Kotlin to 2.4.0.
  • Update Compose to 1.11.1.
  • Update Okio to 3.17.0.
  • Update Skiko to 0.144.6.
  • Update androidx.annotation to 1.10.0.

Changes since 3.5.0-beta01:

  • Remove experimental annotation from ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackground. (#​3439)
  • Look up ContinuationInterceptor instead of CoroutineDispatcher in coroutine contexts. (#​3415)
  • Update the Kotlin language version to 2.2.
  • Update Kotlin to 2.4.0.
  • Update Compose to 1.11.1.
  • Update Skiko to 0.144.6.

Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [io.coil-kt.coil3:coil-test](https://github.com/coil-kt/coil) | `3.4.0` → `3.5.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.coil-kt.coil3:coil-test/3.5.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.coil-kt.coil3:coil-test/3.4.0/3.5.0?slim=true) | | [io.coil-kt.coil3:coil-gif](https://github.com/coil-kt/coil) | `3.4.0` → `3.5.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.coil-kt.coil3:coil-gif/3.5.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.coil-kt.coil3:coil-gif/3.4.0/3.5.0?slim=true) | | [io.coil-kt.coil3:coil-compose](https://github.com/coil-kt/coil) | `3.4.0` → `3.5.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.coil-kt.coil3:coil-compose/3.5.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.coil-kt.coil3:coil-compose/3.4.0/3.5.0?slim=true) | | [io.coil-kt.coil3:coil-network-okhttp](https://github.com/coil-kt/coil) | `3.4.0` → `3.5.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.coil-kt.coil3:coil-network-okhttp/3.5.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.coil-kt.coil3:coil-network-okhttp/3.4.0/3.5.0?slim=true) | | [io.coil-kt.coil3:coil](https://github.com/coil-kt/coil) | `3.4.0` → `3.5.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.coil-kt.coil3:coil/3.5.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.coil-kt.coil3:coil/3.4.0/3.5.0?slim=true) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/3) for more information. --- ### Release Notes <details> <summary>coil-kt/coil (io.coil-kt.coil3:coil-test)</summary> ### [`v3.5.0`](https://github.com/coil-kt/coil/blob/HEAD/CHANGELOG.md#350---June-10-2026) [Compare Source](https://github.com/coil-kt/coil/compare/3.4.0...3.5.0) Changes since `3.4.0`: - **Important**: Remove `iosX64` and `macosX64` targets. ([#&#8203;3386](https://github.com/coil-kt/coil/pull/3386)) - **Important**: Increase Android's minimum SDK version to 23. ([#&#8203;3283](https://github.com/coil-kt/coil/pull/3283)) - **New**: Add fast WebP size extraction on JS/WASM to avoid falling back to a full Skia decode. ([#&#8203;3341](https://github.com/coil-kt/coil/pull/3341)) - Remove experimental annotation from `ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackground`. ([#&#8203;3439](https://github.com/coil-kt/coil/pull/3439)) - Fix `CacheStrategy` implementations being unable to refresh cached failure responses (e.g. expired cached `404` responses). ([#&#8203;3401](https://github.com/coil-kt/coil/pull/3401)) - Look up `ContinuationInterceptor` instead of `CoroutineDispatcher` in coroutine contexts. ([#&#8203;3415](https://github.com/coil-kt/coil/pull/3415)) - Update the Android compile SDK to 36. - Update the Kotlin language version to 2.2. - Update Kotlin to 2.4.0. - Update Compose to 1.11.1. - Update Okio to 3.17.0. - Update Skiko to 0.144.6. - Update `androidx.annotation` to 1.10.0. Changes since `3.5.0-beta01`: - Remove experimental annotation from `ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackground`. ([#&#8203;3439](https://github.com/coil-kt/coil/pull/3439)) - Look up `ContinuationInterceptor` instead of `CoroutineDispatcher` in coroutine contexts. ([#&#8203;3415](https://github.com/coil-kt/coil/pull/3415)) - Update the Kotlin language version to 2.2. - Update Kotlin to 2.4.0. - Update Compose to 1.11.1. - Update Skiko to 0.144.6. </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIzMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJQUi1EZXBlbmRlbmNpZXMiXX0=-->
renovate added 1 commit 2026-07-05 23:36:40 -07:00
Update coil to v3.5.0
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
APK Build / Build APKs (pull_request) Failing after 2s
APK Build / Build APKs-1 (pull_request) Failing after 1s
APK Build / Build APKs-2 (pull_request) Failing after 1s
Enterprise APK Build / Build Enterprise APKs (pull_request) Has been skipped
Enterprise APK Build / Build Enterprise APKs-1 (pull_request) Has been skipped
Enterprise APK Build / Build Enterprise APKs-2 (pull_request) Has been skipped
Danger CI / Danger main check (pull_request) Has been skipped
Maestro (local) / Build APK (pull_request) Failing after 1s
Maestro (local) / Maestro test suite (pull_request) Has been skipped
Code Quality Checks / Search for forbidden patterns (pull_request) Failing after 1s
Code Quality Checks / Search for invalid screenshot files (pull_request) Failing after 1s
Code Quality Checks / Search for invalid dependencies (pull_request) Failing after 1s
Code Quality Checks / Konsist tests (pull_request) Failing after 1s
Code Quality Checks / Compose tests (pull_request) Failing after 1s
Code Quality Checks / Android lint check (pull_request) Failing after 1s
Code Quality Checks / Detekt checks (pull_request) Failing after 1s
Code Quality Checks / Ktlint checks (pull_request) Failing after 1s
Code Quality Checks / Doc checks (pull_request) Failing after 1s
Code Quality Checks / Check shell scripts (pull_request) Failing after 1s
Code Quality Checks / Run zizmor (pull_request) Failing after 1s
Sonar / Sonar Quality Checks (pull_request) Failing after 1s
Test / Runs unit tests (pull_request) Failing after 1s
Validate Git LFS / Validate (pull_request) Failing after 1s
Community PR notice / Welcome comment (pull_request_target) Has been skipped
Code Quality Checks / Project Check Suite (pull_request) Has been skipped
9fd701c26f
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
APK Build / Build APKs (pull_request) Failing after 2s
APK Build / Build APKs-1 (pull_request) Failing after 1s
APK Build / Build APKs-2 (pull_request) Failing after 1s
Enterprise APK Build / Build Enterprise APKs (pull_request) Has been skipped
Enterprise APK Build / Build Enterprise APKs-1 (pull_request) Has been skipped
Enterprise APK Build / Build Enterprise APKs-2 (pull_request) Has been skipped
Danger CI / Danger main check (pull_request) Has been skipped
Maestro (local) / Build APK (pull_request) Failing after 1s
Maestro (local) / Maestro test suite (pull_request) Has been skipped
Code Quality Checks / Search for forbidden patterns (pull_request) Failing after 1s
Code Quality Checks / Search for invalid screenshot files (pull_request) Failing after 1s
Code Quality Checks / Search for invalid dependencies (pull_request) Failing after 1s
Code Quality Checks / Konsist tests (pull_request) Failing after 1s
Code Quality Checks / Compose tests (pull_request) Failing after 1s
Code Quality Checks / Android lint check (pull_request) Failing after 1s
Code Quality Checks / Detekt checks (pull_request) Failing after 1s
Code Quality Checks / Ktlint checks (pull_request) Failing after 1s
Code Quality Checks / Doc checks (pull_request) Failing after 1s
Code Quality Checks / Check shell scripts (pull_request) Failing after 1s
Code Quality Checks / Run zizmor (pull_request) Failing after 1s
Sonar / Sonar Quality Checks (pull_request) Failing after 1s
Test / Runs unit tests (pull_request) Failing after 1s
Validate Git LFS / Validate (pull_request) Failing after 1s
Community PR notice / Welcome comment (pull_request_target) Has been skipped
Code Quality Checks / Project Check Suite (pull_request) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/coil:renovate/coil
git checkout renovate/coil

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/coil
git checkout renovate/coil
git rebase main
git checkout main
git merge --ff-only renovate/coil
git checkout renovate/coil
git rebase main
git checkout main
git merge --no-ff renovate/coil
git checkout main
git merge --squash renovate/coil
git checkout main
git merge --ff-only renovate/coil
git checkout main
git merge renovate/coil
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Sulkta-OSS/element-x-ada#26
No description provided.