From 9ec8f1c9a3fdbe1c0fdb87d2a9dba47260bcb241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 10:53:02 +0200 Subject: [PATCH] Bump coil_version from 2.6.0 to 2.7.0 (#687) Bumps `coil_version` from 2.6.0 to 2.7.0. Updates `io.coil-kt:coil` from 2.6.0 to 2.7.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/2.6.0...2.7.0) Updates `io.coil-kt:coil-compose` from 2.6.0 to 2.7.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/2.6.0...2.7.0) Updates `io.coil-kt:coil-gif` from 2.6.0 to 2.7.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/2.6.0...2.7.0) --- updated-dependencies: - dependency-name: io.coil-kt:coil dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt:coil-compose dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt:coil-gif dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c58e2d01..8323ee81 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { - coil_version = '2.6.0' + coil_version = '2.7.0' compose_version = '1.6.8' fuel_version = '2.3.1' glide_version = '4.12.0'