From 5b9fa6c4ef485a0ec8f44ff1594f207e101dbf4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:49:26 +0000 Subject: [PATCH] Bump coil from 3.0.0-rc01 to 3.0.0-rc02 Bumps `coil` from 3.0.0-rc01 to 3.0.0-rc02. Updates `io.coil-kt.coil3:coil` from 3.0.0-rc01 to 3.0.0-rc02 - [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.0.0-rc01...3.0.0-rc02) Updates `io.coil-kt.coil3:coil-core` from 3.0.0-rc01 to 3.0.0-rc02 - [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.0.0-rc01...3.0.0-rc02) Updates `io.coil-kt.coil3:coil-compose-core` from 3.0.0-rc01 to 3.0.0-rc02 - [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.0.0-rc01...3.0.0-rc02) Updates `io.coil-kt.coil3:coil-svg` from 3.0.0-rc01 to 3.0.0-rc02 - [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.0.0-rc01...3.0.0-rc02) Updates `io.coil-kt.coil3:coil-network-ktor3` from 3.0.0-rc01 to 3.0.0-rc02 - [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.0.0-rc01...3.0.0-rc02) --- updated-dependencies: - dependency-name: io.coil-kt.coil3:coil dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.coil-kt.coil3:coil-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.coil-kt.coil3:coil-compose-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.coil-kt.coil3:coil-svg dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.coil-kt.coil3:coil-network-ktor3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 d7b38f8ab..9bbabab60 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,7 +27,7 @@ androidxTracing = "1.3.0-alpha02" androidxUiAutomator = "2.3.0" androidxWindowManager = "1.3.0" androidxWork = "2.9.1" -coil = "3.0.0-rc01" +coil = "3.0.0-rc02" dependencyGuard = "0.5.0" firebaseBom = "33.4.0" firebaseCrashlyticsPlugin = "3.0.2"