From e26843db933ab1fc7b5c659c968b0e983401cff5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 21:32:17 +0000 Subject: [PATCH] Bump coil-kt from 2.2.1 to 2.4.0 Bumps `coil-kt` from 2.2.1 to 2.4.0. Updates `io.coil-kt:coil` from 2.2.1 to 2.4.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.2.1...2.4.0) Updates `io.coil-kt:coil-compose` from 2.2.1 to 2.4.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.2.1...2.4.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 ... 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 8cc6a5f..d7eda5f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -52,7 +52,7 @@ androidx-paging-compose = "1.0.0-alpha14" androidx-paging = "3.1.1" google-accompanist = "0.30.1" google-android-material = "1.6.1" -coil-kt = "2.2.1" +coil-kt = "2.4.0" kotlinx-serialization = "1.4.0" androidx-compose-compiler = "1.2.0" androidx-room = "2.4.3"