From 54cc4ad63b11a1a3544361abba0b235f773a693a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 10:22:29 +0000 Subject: [PATCH] Bump coil from 3.0.0-alpha09 to 3.0.4 Bumps `coil` from 3.0.0-alpha09 to 3.0.4. Updates `io.coil-kt.coil3:coil-compose-core` from 3.0.0-alpha09 to 3.0.4 - [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-alpha09...3.0.4) Updates `io.coil-kt.coil3:coil-network-ktor3` from 3.0.0-alpha09 to 3.0.4 - [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-alpha09...3.0.4) --- updated-dependencies: - 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-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 bc6adc1..09cf4f6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ agp = "8.2.0" androidx-activityCompose = "1.9.1" androidx-uiTest = "1.6.8" voyager = "1.1.0-beta02" -coil = "3.0.0-alpha09" +coil = "3.0.4" kotlinx-coroutines = "1.9.0" ktor = "3.0.0-beta-2" kotlinx-serialization = "1.7.1"