From 8b57ad7f42517a44c71c419ca80c67d350f85ce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 03:24:21 +0000 Subject: [PATCH] Bump coil from 3.4.0 to 3.5.0 Bumps `coil` from 3.4.0 to 3.5.0. Updates `io.coil-kt.coil3:coil-compose` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/coil-kt/coil/releases) - [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md) - [Commits](https://github.com/coil-kt/coil/compare/3.4.0...3.5.0) Updates `io.coil-kt.coil3:coil-network-ktor3` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/coil-kt/coil/releases) - [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md) - [Commits](https://github.com/coil-kt/coil/compare/3.4.0...3.5.0) Updates `io.coil-kt.coil3:coil-test` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/coil-kt/coil/releases) - [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md) - [Commits](https://github.com/coil-kt/coil/compare/3.4.0...3.5.0) --- updated-dependencies: - dependency-name: io.coil-kt.coil3:coil-compose dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt.coil3:coil-network-ktor3 dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt.coil3:coil-test dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d0b5e33..2bf4d16 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ activity = "1.13.0" agp = "9.2.1" annotations = "1.10.0" appcompat = "1.7.1" -coil = "3.4.0" +coil = "3.5.0" compileSdk = "37" compose-bom = "2026.05.01" composeRules = "0.5.9"