From fdd42dd450a5385f261e8dd042969dd57fededbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 12:09:44 +0000 Subject: [PATCH] Bump io.coil-kt:coil-compose from 2.2.2 to 2.4.0 Bumps [io.coil-kt:coil-compose](https://github.com/coil-kt/coil) from 2.2.2 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.2...2.4.0) --- updated-dependencies: - dependency-name: io.coil-kt:coil-compose dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle.kts b/android/build.gradle.kts index dbb57f8..96e1f1a 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -13,7 +13,7 @@ dependencies { implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1") implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1") implementation("androidx.navigation:navigation-compose:2.5.3") - implementation("io.coil-kt:coil-compose:2.2.2") + implementation("io.coil-kt:coil-compose:2.4.0") } android {