From ec95bb02f64c16f9a9fddd79ae954c109abb9222 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 21:39:13 +0000 Subject: [PATCH] Build(deps): Bump coilVersion from 3.6.0 to 3.6.1 Bumps `coilVersion` from 3.6.0 to 3.6.1. Updates `io.coil-kt.coil3:coil-compose` from 3.6.0 to 3.6.1 - [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.6.0...3.6.1) Updates `io.coil-kt.coil3:coil-network-okhttp` from 3.6.0 to 3.6.1 - [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.6.0...3.6.1) Updates `io.coil-kt.coil3:coil-svg` from 3.6.0 to 3.6.1 - [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.6.0...3.6.1) Updates `io.coil-kt.coil3:coil-network-cache-control` from 3.6.0 to 3.6.1 - [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.6.0...3.6.1) Updates `io.coil-kt.coil3:coil-video` from 3.6.0 to 3.6.1 - [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.6.0...3.6.1) Updates `io.coil-kt.coil3:coil-gif` from 3.6.0 to 3.6.1 - [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.6.0...3.6.1) --- updated-dependencies: - dependency-name: io.coil-kt.coil3:coil-compose dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.coil-kt.coil3:coil-network-okhttp dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.coil-kt.coil3:coil-svg dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.coil-kt.coil3:coil-network-cache-control dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.coil-kt.coil3:coil-video dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.coil-kt.coil3:coil-gif dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index fd8e362d26..25f2ebe169 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -49,7 +49,7 @@ extra.set("activityVersion", "1.13.0") extra.set("lifecycleVersion", "2.11.0") extra.set("appcompatVersion", "1.8.0") extra.set("pagingVersion", "3.5.1") -extra.set("coilVersion", "3.6.0") +extra.set("coilVersion", "3.6.1") extra.set("collectionVersion", "1.6.0") extra.set("roomVersion", "2.8.4") extra.set("navigationVersion", "2.10.0")