From 97974137e5cc9514c95382b5d644de0c30d5eafc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 16:00:22 +0000 Subject: [PATCH] deps(deps): bump io.coil-kt:coil-compose from 2.6.0 to 2.7.0 Bumps [io.coil-kt:coil-compose](https://github.com/coil-kt/coil) from 2.6.0 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.6.0...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] --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index adf937c..f82a31c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -118,8 +118,8 @@ dependencies { implementation("com.squareup.moshi:moshi-kotlin:1.15.0") // Image Loading - implementation("io.coil-kt:coil:2.6.0") - implementation("io.coil-kt:coil-compose:2.6.0") + implementation("io.coil-kt:coil:2.7.0") + implementation("io.coil-kt:coil-compose:2.7.0") // Palette for extracting colors from images implementation("androidx.palette:palette-ktx:1.0.0")