From eaffd0659c56c0345767e09b0f931e8880b99f7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 03:31:07 +0000 Subject: [PATCH] Bump coilVersion from 2.4.0 to 2.5.0 Bumps `coilVersion` from 2.4.0 to 2.5.0. Updates `io.coil-kt:coil` from 2.4.0 to 2.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/2.4.0...2.5.0) Updates `io.coil-kt:coil-gif` from 2.4.0 to 2.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/2.4.0...2.5.0) Updates `io.coil-kt:coil-svg` from 2.4.0 to 2.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/2.4.0...2.5.0) Updates `io.coil-kt:coil-video` from 2.4.0 to 2.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/2.4.0...2.5.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-gif dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt:coil-svg dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt:coil-video dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- components/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/build.gradle.kts b/components/build.gradle.kts index e043f75..2fa7f9c 100644 --- a/components/build.gradle.kts +++ b/components/build.gradle.kts @@ -61,7 +61,7 @@ dependencies { implementation("com.github.skydoves:balloon:1.4.8") implementation("com.google.android.flexbox:flexbox:3.0.0") - val coilVersion = "2.4.0" + val coilVersion = "2.5.0" implementation("io.coil-kt:coil:$coilVersion") implementation("io.coil-kt:coil-gif:$coilVersion") implementation("io.coil-kt:coil-svg:$coilVersion")