From ff07e7a027b3b74d6d555798e885d60420f5f3ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:27:16 +0000 Subject: [PATCH] deps(deps): bump coil from 3.3.0 to 3.5.0 Bumps `coil` from 3.3.0 to 3.5.0. Updates `io.coil-kt.coil3:coil-compose` from 3.3.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.3.0...3.5.0) Updates `io.coil-kt.coil3:coil-video` from 3.3.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.3.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-video 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 50b5d74d..242e411b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ activity = "1.9.3" window = "1.5.1" coreKtx = "1.15.0" exifinterface = "1.3.7" -coil = "3.3.0" +coil = "3.5.0" datastore = "1.2.1" work = "2.11.2" onnxruntime = "1.26.0"