From 4878c93e4635523cf341472f473dcf4e58d9e8d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:52:47 +0000 Subject: [PATCH] Bump io.coil-kt:coil-compose from 2.2.2 to 2.7.0 Bumps [io.coil-kt:coil-compose](https://github.com/coil-kt/coil) from 2.2.2 to 2.7.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.7.0) --- updated-dependencies: - dependency-name: io.coil-kt:coil-compose dependency-version: 2.7.0 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 a860043..6416223 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -15,7 +15,7 @@ dependencies { implementation("androidx.navigation:navigation-compose:2.9.0") implementation("androidx.appcompat:appcompat:1.7.0") implementation("androidx.appcompat:appcompat-resources:1.7.0") - implementation("io.coil-kt:coil-compose:2.2.2") + implementation("io.coil-kt:coil-compose:2.7.0") } android {