Bump coil from 3.1.0 to 3.2.0 #45

Merged
dependabot[bot] merged 1 commits from dependabot/gradle/coil-3.2.0 into master 2025-05-30 11:11:03 +03:00
dependabot[bot] commented 2025-05-14 06:01:43 +03:00 (Migrated from github.com)

Bumps coil from 3.1.0 to 3.2.0.
Updates io.coil-kt.coil3:coil-compose-core from 3.1.0 to 3.2.0

Release notes

Sourced from io.coil-kt.coil3:coil-compose-core's releases.

3.2.0

See CHANGELOG.md.

3.2.0-rc02

See CHANGELOG.md.

3.2.0-rc01

See CHANGELOG.md.

Changelog

Sourced from io.coil-kt.coil3:coil-compose-core's changelog.

[3.2.0] - May 13, 2025

Changes since 3.1.0:

  • Important: coil-compose and coil-compose-core now require Java 11 bytecode due to Compose 1.8.0 requiring it. See here for how to enable it.
  • Change AsyncImagePreviewHandler's functional constructor to return AsyncImagePainter.State.Success instead of AsyncImagePainter.State.Loading.
  • Fix cancellation in ConstraintsSizeResolver#size().
  • Fix warning for missing PlatformContext when building with R8.
  • Fix FakeImageLoaderEngine not setting Transition.Factory.NONE when the default FakeImageLoaderEngine response is returned.
  • Remove experimental annotation from ColorImage.
  • Parse network headers lazily in CacheControlCacheStrategy.
  • Refactor CircleCropTransformation and RoundedCornersTransformation to share common code.
  • Fall back to using BitmapFactory internally if ExifOrientationStrategy is not RESPECT_PERFORMANCE.
  • Update Kotlin to 2.1.20.
  • Update Compose to 1.8.0.
  • Update Okio to 3.11.0.
  • Update Skiko to 0.9.4.
  • Update Coroutines to 1.10.2.
  • Update accompanist-drawablepainter to 0.37.3.

Changes since 3.2.0-rc02:

  • Fall back to using BitmapFactory internally if ExifOrientationStrategy is not RESPECT_PERFORMANCE.
  • Update Compose to 1.8.0.
  • Update accompanist-drawablepainter to 0.37.3.

[3.2.0-rc02] - April 26, 2025

  • Fix image requests failing with ClosedByteChannelException when loading an image with KtorNetworkFetcherFactory (Ktor 3) on non-JVM targets.

[3.2.0-rc01] - April 24, 2025

  • Important: coil-compose and coil-compose-core now require Java 11 bytecode due to Compose 1.8.0 requiring it. See here for how to enable it.
  • Change AsyncImagePreviewHandler's functional constructor to return AsyncImagePainter.State.Success instead of AsyncImagePainter.State.Loading.
  • Fix cancellation in ConstraintsSizeResolver#size().
  • Fix warning for missing PlatformContext when building with R8.
  • Fix FakeImageLoaderEngine not setting Transition.Factory.NONE when the default FakeImageLoaderEngine response is returned.
  • Remove experimental annotation from ColorImage.
  • Parse network headers lazily in CacheControlCacheStrategy.
  • Refactor CircleCropTransformation and RoundedCornersTransformation to share common code.
  • Use kotlinx.io's Okio interop module in coil-network-ktor2 and coil-network-ktor3.
  • Update Kotlin to 2.1.20.
  • Update Compose to 1.8.0-rc01.
  • Update Okio to 3.11.0.
  • Update Skiko to 0.9.4.
  • Update Coroutines to 1.10.2.
Commits
  • ddc32e4 Prepare version 3.2.0.
  • e586324 Use recommended Renovate rules. (#2972)
  • 616373d Update AGP to 8.10.0 and Gradle to 8.14. (#2968)
  • e7b3860 fix(deps): update dependency org.jetbrains.compose:compose-gradle-plugin to v...
  • 6a2fafe chore(deps): update android drawable painter to 0.37.3 (#2962)
  • 83cfffb Add a FAQ section about Proguard. (#2960)
  • ca15a37 StaticImageDecoder behaves like RESPECT_PERFORMANCE (#2958)
  • 6f916ad Prepare next development version.
  • 7d1339e Prepare version 3.2.0-rc02.
  • 37d025b Revert "Use kotlinx.io's new Okio interop module. (#2908)" (#2957)
  • Additional commits viewable in compare view

Updates io.coil-kt.coil3:coil-network-ktor3 from 3.1.0 to 3.2.0

Release notes

Sourced from io.coil-kt.coil3:coil-network-ktor3's releases.

3.2.0

See CHANGELOG.md.

3.2.0-rc02

See CHANGELOG.md.

3.2.0-rc01

See CHANGELOG.md.

Changelog

Sourced from io.coil-kt.coil3:coil-network-ktor3's changelog.

[3.2.0] - May 13, 2025

Changes since 3.1.0:

  • Important: coil-compose and coil-compose-core now require Java 11 bytecode due to Compose 1.8.0 requiring it. See here for how to enable it.
  • Change AsyncImagePreviewHandler's functional constructor to return AsyncImagePainter.State.Success instead of AsyncImagePainter.State.Loading.
  • Fix cancellation in ConstraintsSizeResolver#size().
  • Fix warning for missing PlatformContext when building with R8.
  • Fix FakeImageLoaderEngine not setting Transition.Factory.NONE when the default FakeImageLoaderEngine response is returned.
  • Remove experimental annotation from ColorImage.
  • Parse network headers lazily in CacheControlCacheStrategy.
  • Refactor CircleCropTransformation and RoundedCornersTransformation to share common code.
  • Fall back to using BitmapFactory internally if ExifOrientationStrategy is not RESPECT_PERFORMANCE.
  • Update Kotlin to 2.1.20.
  • Update Compose to 1.8.0.
  • Update Okio to 3.11.0.
  • Update Skiko to 0.9.4.
  • Update Coroutines to 1.10.2.
  • Update accompanist-drawablepainter to 0.37.3.

Changes since 3.2.0-rc02:

  • Fall back to using BitmapFactory internally if ExifOrientationStrategy is not RESPECT_PERFORMANCE.
  • Update Compose to 1.8.0.
  • Update accompanist-drawablepainter to 0.37.3.

[3.2.0-rc02] - April 26, 2025

  • Fix image requests failing with ClosedByteChannelException when loading an image with KtorNetworkFetcherFactory (Ktor 3) on non-JVM targets.

[3.2.0-rc01] - April 24, 2025

  • Important: coil-compose and coil-compose-core now require Java 11 bytecode due to Compose 1.8.0 requiring it. See here for how to enable it.
  • Change AsyncImagePreviewHandler's functional constructor to return AsyncImagePainter.State.Success instead of AsyncImagePainter.State.Loading.
  • Fix cancellation in ConstraintsSizeResolver#size().
  • Fix warning for missing PlatformContext when building with R8.
  • Fix FakeImageLoaderEngine not setting Transition.Factory.NONE when the default FakeImageLoaderEngine response is returned.
  • Remove experimental annotation from ColorImage.
  • Parse network headers lazily in CacheControlCacheStrategy.
  • Refactor CircleCropTransformation and RoundedCornersTransformation to share common code.
  • Use kotlinx.io's Okio interop module in coil-network-ktor2 and coil-network-ktor3.
  • Update Kotlin to 2.1.20.
  • Update Compose to 1.8.0-rc01.
  • Update Okio to 3.11.0.
  • Update Skiko to 0.9.4.
  • Update Coroutines to 1.10.2.
Commits
  • ddc32e4 Prepare version 3.2.0.
  • e586324 Use recommended Renovate rules. (#2972)
  • 616373d Update AGP to 8.10.0 and Gradle to 8.14. (#2968)
  • e7b3860 fix(deps): update dependency org.jetbrains.compose:compose-gradle-plugin to v...
  • 6a2fafe chore(deps): update android drawable painter to 0.37.3 (#2962)
  • 83cfffb Add a FAQ section about Proguard. (#2960)
  • ca15a37 StaticImageDecoder behaves like RESPECT_PERFORMANCE (#2958)
  • 6f916ad Prepare next development version.
  • 7d1339e Prepare version 3.2.0-rc02.
  • 37d025b Revert "Use kotlinx.io's new Okio interop module. (#2908)" (#2957)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps `coil` from 3.1.0 to 3.2.0. Updates `io.coil-kt.coil3:coil-compose-core` from 3.1.0 to 3.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/coil-kt/coil/releases">io.coil-kt.coil3:coil-compose-core's releases</a>.</em></p> <blockquote> <h2>3.2.0</h2> <p>See <a href="https://github.com/coil-kt/coil/blob/main/CHANGELOG.md#320---may-13-2025">CHANGELOG.md</a>.</p> <h2>3.2.0-rc02</h2> <p>See <a href="https://github.com/coil-kt/coil/blob/main/CHANGELOG.md#320-rc02---april-26-2025">CHANGELOG.md</a>.</p> <h2>3.2.0-rc01</h2> <p>See <a href="https://github.com/coil-kt/coil/blob/main/CHANGELOG.md#320-rc01---april-24-2025">CHANGELOG.md</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/coil-kt/coil/blob/main/CHANGELOG.md">io.coil-kt.coil3:coil-compose-core's changelog</a>.</em></p> <blockquote> <h2>[3.2.0] - May 13, 2025</h2> <p>Changes since <code>3.1.0</code>:</p> <ul> <li><strong>Important</strong>: <code>coil-compose</code> and <code>coil-compose-core</code> now require Java 11 bytecode due to Compose <code>1.8.0</code> requiring it. See <a href="https://coil-kt.github.io/coil/faq/#how-do-i-target-java-8-or-java-11">here</a> for how to enable it.</li> <li>Change <code>AsyncImagePreviewHandler</code>'s functional constructor to return <code>AsyncImagePainter.State.Success</code> instead of <code>AsyncImagePainter.State.Loading</code>.</li> <li>Fix cancellation in <code>ConstraintsSizeResolver#size()</code>.</li> <li>Fix warning for missing <code>PlatformContext</code> when building with R8.</li> <li>Fix <code>FakeImageLoaderEngine</code> not setting <code>Transition.Factory.NONE</code> when the default <code>FakeImageLoaderEngine</code> response is returned.</li> <li>Remove experimental annotation from <code>ColorImage</code>.</li> <li>Parse network headers lazily in <code>CacheControlCacheStrategy</code>.</li> <li>Refactor <code>CircleCropTransformation</code> and <code>RoundedCornersTransformation</code> to share common code.</li> <li>Fall back to using <code>BitmapFactory</code> internally if <code>ExifOrientationStrategy</code> is not <code>RESPECT_PERFORMANCE</code>.</li> <li>Update Kotlin to 2.1.20.</li> <li>Update Compose to 1.8.0.</li> <li>Update Okio to 3.11.0.</li> <li>Update Skiko to 0.9.4.</li> <li>Update Coroutines to 1.10.2.</li> <li>Update <code>accompanist-drawablepainter</code> to 0.37.3.</li> </ul> <p>Changes since <code>3.2.0-rc02</code>:</p> <ul> <li>Fall back to using <code>BitmapFactory</code> internally if <code>ExifOrientationStrategy</code> is not <code>RESPECT_PERFORMANCE</code>.</li> <li>Update Compose to 1.8.0.</li> <li>Update <code>accompanist-drawablepainter</code> to 0.37.3.</li> </ul> <h2>[3.2.0-rc02] - April 26, 2025</h2> <ul> <li>Fix image requests failing with <code>ClosedByteChannelException</code> when loading an image with <code>KtorNetworkFetcherFactory</code> (Ktor 3) on non-JVM targets.</li> </ul> <h2>[3.2.0-rc01] - April 24, 2025</h2> <ul> <li><strong>Important</strong>: <code>coil-compose</code> and <code>coil-compose-core</code> now require Java 11 bytecode due to Compose <code>1.8.0</code> requiring it. See <a href="https://coil-kt.github.io/coil/faq/#how-do-i-target-java-8-or-java-11">here</a> for how to enable it.</li> <li>Change <code>AsyncImagePreviewHandler</code>'s functional constructor to return <code>AsyncImagePainter.State.Success</code> instead of <code>AsyncImagePainter.State.Loading</code>.</li> <li>Fix cancellation in <code>ConstraintsSizeResolver#size()</code>.</li> <li>Fix warning for missing <code>PlatformContext</code> when building with R8.</li> <li>Fix <code>FakeImageLoaderEngine</code> not setting <code>Transition.Factory.NONE</code> when the default <code>FakeImageLoaderEngine</code> response is returned.</li> <li>Remove experimental annotation from <code>ColorImage</code>.</li> <li>Parse network headers lazily in <code>CacheControlCacheStrategy</code>.</li> <li>Refactor <code>CircleCropTransformation</code> and <code>RoundedCornersTransformation</code> to share common code.</li> <li>Use <code>kotlinx.io</code>'s Okio interop module in <code>coil-network-ktor2</code> and <code>coil-network-ktor3</code>.</li> <li>Update Kotlin to 2.1.20.</li> <li>Update Compose to 1.8.0-rc01.</li> <li>Update Okio to 3.11.0.</li> <li>Update Skiko to 0.9.4.</li> <li>Update Coroutines to 1.10.2.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coil-kt/coil/commit/ddc32e4ff729c6967edca290a4178f7d1aad74aa"><code>ddc32e4</code></a> Prepare version 3.2.0.</li> <li><a href="https://github.com/coil-kt/coil/commit/e5863246537757c384314c5c267eab6f5daf1b84"><code>e586324</code></a> Use recommended Renovate rules. (<a href="https://redirect.github.com/coil-kt/coil/issues/2972">#2972</a>)</li> <li><a href="https://github.com/coil-kt/coil/commit/616373dbd371a43849ea68b110eb80a08d78b6e6"><code>616373d</code></a> Update AGP to 8.10.0 and Gradle to 8.14. (<a href="https://redirect.github.com/coil-kt/coil/issues/2968">#2968</a>)</li> <li><a href="https://github.com/coil-kt/coil/commit/e7b3860e2ddf4480df0b9fab557c6b1a7414f452"><code>e7b3860</code></a> fix(deps): update dependency org.jetbrains.compose:compose-gradle-plugin to v...</li> <li><a href="https://github.com/coil-kt/coil/commit/6a2fafe50526d963414a0de603a34d24fe9f801c"><code>6a2fafe</code></a> chore(deps): update android drawable painter to 0.37.3 (<a href="https://redirect.github.com/coil-kt/coil/issues/2962">#2962</a>)</li> <li><a href="https://github.com/coil-kt/coil/commit/83cfffb29fcaeda843d243d8e3d8e1f7207b2785"><code>83cfffb</code></a> Add a FAQ section about Proguard. (<a href="https://redirect.github.com/coil-kt/coil/issues/2960">#2960</a>)</li> <li><a href="https://github.com/coil-kt/coil/commit/ca15a37522213feecbdd03a96b76a84c19184ee7"><code>ca15a37</code></a> <code>StaticImageDecoder</code> behaves like <code>RESPECT_PERFORMANCE</code> (<a href="https://redirect.github.com/coil-kt/coil/issues/2958">#2958</a>)</li> <li><a href="https://github.com/coil-kt/coil/commit/6f916ad77e2027795eaec447f60830b98d0dc4ca"><code>6f916ad</code></a> Prepare next development version.</li> <li><a href="https://github.com/coil-kt/coil/commit/7d1339eae9863c2011c0f1c5c4c52c4d7059df10"><code>7d1339e</code></a> Prepare version 3.2.0-rc02.</li> <li><a href="https://github.com/coil-kt/coil/commit/37d025b946de8dc2c88be245b675f68e93b86845"><code>37d025b</code></a> Revert &quot;Use kotlinx.io's new Okio interop module. (<a href="https://redirect.github.com/coil-kt/coil/issues/2908">#2908</a>)&quot; (<a href="https://redirect.github.com/coil-kt/coil/issues/2957">#2957</a>)</li> <li>Additional commits viewable in <a href="https://github.com/coil-kt/coil/compare/3.1.0...3.2.0">compare view</a></li> </ul> </details> <br /> Updates `io.coil-kt.coil3:coil-network-ktor3` from 3.1.0 to 3.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/coil-kt/coil/releases">io.coil-kt.coil3:coil-network-ktor3's releases</a>.</em></p> <blockquote> <h2>3.2.0</h2> <p>See <a href="https://github.com/coil-kt/coil/blob/main/CHANGELOG.md#320---may-13-2025">CHANGELOG.md</a>.</p> <h2>3.2.0-rc02</h2> <p>See <a href="https://github.com/coil-kt/coil/blob/main/CHANGELOG.md#320-rc02---april-26-2025">CHANGELOG.md</a>.</p> <h2>3.2.0-rc01</h2> <p>See <a href="https://github.com/coil-kt/coil/blob/main/CHANGELOG.md#320-rc01---april-24-2025">CHANGELOG.md</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/coil-kt/coil/blob/main/CHANGELOG.md">io.coil-kt.coil3:coil-network-ktor3's changelog</a>.</em></p> <blockquote> <h2>[3.2.0] - May 13, 2025</h2> <p>Changes since <code>3.1.0</code>:</p> <ul> <li><strong>Important</strong>: <code>coil-compose</code> and <code>coil-compose-core</code> now require Java 11 bytecode due to Compose <code>1.8.0</code> requiring it. See <a href="https://coil-kt.github.io/coil/faq/#how-do-i-target-java-8-or-java-11">here</a> for how to enable it.</li> <li>Change <code>AsyncImagePreviewHandler</code>'s functional constructor to return <code>AsyncImagePainter.State.Success</code> instead of <code>AsyncImagePainter.State.Loading</code>.</li> <li>Fix cancellation in <code>ConstraintsSizeResolver#size()</code>.</li> <li>Fix warning for missing <code>PlatformContext</code> when building with R8.</li> <li>Fix <code>FakeImageLoaderEngine</code> not setting <code>Transition.Factory.NONE</code> when the default <code>FakeImageLoaderEngine</code> response is returned.</li> <li>Remove experimental annotation from <code>ColorImage</code>.</li> <li>Parse network headers lazily in <code>CacheControlCacheStrategy</code>.</li> <li>Refactor <code>CircleCropTransformation</code> and <code>RoundedCornersTransformation</code> to share common code.</li> <li>Fall back to using <code>BitmapFactory</code> internally if <code>ExifOrientationStrategy</code> is not <code>RESPECT_PERFORMANCE</code>.</li> <li>Update Kotlin to 2.1.20.</li> <li>Update Compose to 1.8.0.</li> <li>Update Okio to 3.11.0.</li> <li>Update Skiko to 0.9.4.</li> <li>Update Coroutines to 1.10.2.</li> <li>Update <code>accompanist-drawablepainter</code> to 0.37.3.</li> </ul> <p>Changes since <code>3.2.0-rc02</code>:</p> <ul> <li>Fall back to using <code>BitmapFactory</code> internally if <code>ExifOrientationStrategy</code> is not <code>RESPECT_PERFORMANCE</code>.</li> <li>Update Compose to 1.8.0.</li> <li>Update <code>accompanist-drawablepainter</code> to 0.37.3.</li> </ul> <h2>[3.2.0-rc02] - April 26, 2025</h2> <ul> <li>Fix image requests failing with <code>ClosedByteChannelException</code> when loading an image with <code>KtorNetworkFetcherFactory</code> (Ktor 3) on non-JVM targets.</li> </ul> <h2>[3.2.0-rc01] - April 24, 2025</h2> <ul> <li><strong>Important</strong>: <code>coil-compose</code> and <code>coil-compose-core</code> now require Java 11 bytecode due to Compose <code>1.8.0</code> requiring it. See <a href="https://coil-kt.github.io/coil/faq/#how-do-i-target-java-8-or-java-11">here</a> for how to enable it.</li> <li>Change <code>AsyncImagePreviewHandler</code>'s functional constructor to return <code>AsyncImagePainter.State.Success</code> instead of <code>AsyncImagePainter.State.Loading</code>.</li> <li>Fix cancellation in <code>ConstraintsSizeResolver#size()</code>.</li> <li>Fix warning for missing <code>PlatformContext</code> when building with R8.</li> <li>Fix <code>FakeImageLoaderEngine</code> not setting <code>Transition.Factory.NONE</code> when the default <code>FakeImageLoaderEngine</code> response is returned.</li> <li>Remove experimental annotation from <code>ColorImage</code>.</li> <li>Parse network headers lazily in <code>CacheControlCacheStrategy</code>.</li> <li>Refactor <code>CircleCropTransformation</code> and <code>RoundedCornersTransformation</code> to share common code.</li> <li>Use <code>kotlinx.io</code>'s Okio interop module in <code>coil-network-ktor2</code> and <code>coil-network-ktor3</code>.</li> <li>Update Kotlin to 2.1.20.</li> <li>Update Compose to 1.8.0-rc01.</li> <li>Update Okio to 3.11.0.</li> <li>Update Skiko to 0.9.4.</li> <li>Update Coroutines to 1.10.2.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coil-kt/coil/commit/ddc32e4ff729c6967edca290a4178f7d1aad74aa"><code>ddc32e4</code></a> Prepare version 3.2.0.</li> <li><a href="https://github.com/coil-kt/coil/commit/e5863246537757c384314c5c267eab6f5daf1b84"><code>e586324</code></a> Use recommended Renovate rules. (<a href="https://redirect.github.com/coil-kt/coil/issues/2972">#2972</a>)</li> <li><a href="https://github.com/coil-kt/coil/commit/616373dbd371a43849ea68b110eb80a08d78b6e6"><code>616373d</code></a> Update AGP to 8.10.0 and Gradle to 8.14. (<a href="https://redirect.github.com/coil-kt/coil/issues/2968">#2968</a>)</li> <li><a href="https://github.com/coil-kt/coil/commit/e7b3860e2ddf4480df0b9fab557c6b1a7414f452"><code>e7b3860</code></a> fix(deps): update dependency org.jetbrains.compose:compose-gradle-plugin to v...</li> <li><a href="https://github.com/coil-kt/coil/commit/6a2fafe50526d963414a0de603a34d24fe9f801c"><code>6a2fafe</code></a> chore(deps): update android drawable painter to 0.37.3 (<a href="https://redirect.github.com/coil-kt/coil/issues/2962">#2962</a>)</li> <li><a href="https://github.com/coil-kt/coil/commit/83cfffb29fcaeda843d243d8e3d8e1f7207b2785"><code>83cfffb</code></a> Add a FAQ section about Proguard. (<a href="https://redirect.github.com/coil-kt/coil/issues/2960">#2960</a>)</li> <li><a href="https://github.com/coil-kt/coil/commit/ca15a37522213feecbdd03a96b76a84c19184ee7"><code>ca15a37</code></a> <code>StaticImageDecoder</code> behaves like <code>RESPECT_PERFORMANCE</code> (<a href="https://redirect.github.com/coil-kt/coil/issues/2958">#2958</a>)</li> <li><a href="https://github.com/coil-kt/coil/commit/6f916ad77e2027795eaec447f60830b98d0dc4ca"><code>6f916ad</code></a> Prepare next development version.</li> <li><a href="https://github.com/coil-kt/coil/commit/7d1339eae9863c2011c0f1c5c4c52c4d7059df10"><code>7d1339e</code></a> Prepare version 3.2.0-rc02.</li> <li><a href="https://github.com/coil-kt/coil/commit/37d025b946de8dc2c88be245b675f68e93b86845"><code>37d025b</code></a> Revert &quot;Use kotlinx.io's new Okio interop module. (<a href="https://redirect.github.com/coil-kt/coil/issues/2908">#2908</a>)&quot; (<a href="https://redirect.github.com/coil-kt/coil/issues/2957">#2957</a>)</li> <li>Additional commits viewable in <a href="https://github.com/coil-kt/coil/compare/3.1.0...3.2.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
melod1n commented 2025-05-30 11:11:00 +03:00 (Migrated from github.com)

@dependabot squash and merge

@dependabot squash and merge
Sign in to join this conversation.