From 818493bbaefe49c72da677ef1900eb7fc5899d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:56:22 +0000 Subject: [PATCH] fix(deps): bump io.coil-kt:coil-compose from 2.2.2 to 2.5.0 Bumps [io.coil-kt:coil-compose](https://github.com/coil-kt/coil) from 2.2.2 to 2.5.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.5.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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 74a47859..932debe2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -97,7 +97,7 @@ dependencies { implementation 'androidx.navigation:navigation-compose:2.7.4' implementation 'androidx.hilt:hilt-navigation-compose:1.0.0' implementation 'androidx.activity:activity-compose:1.7.2' - implementation 'io.coil-kt:coil-compose:2.2.2' + implementation 'io.coil-kt:coil-compose:2.5.0' // Encryption: implementation 'androidx.security:security-crypto-ktx:1.1.0-alpha06'