From ebb6abd4ec9697668656872d1275eea08533466e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 01:06:25 +0000 Subject: [PATCH] Bump coilKtVersion from 2.1.0 to 2.2.1 Bumps `coilKtVersion` from 2.1.0 to 2.2.1. Updates `coil` from 2.1.0 to 2.2.1 - [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.1.0...2.2.1) Updates `coil-gif` from 2.1.0 to 2.2.1 - [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.1.0...2.2.1) Updates `coil-svg` from 2.1.0 to 2.2.1 - [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.1.0...2.2.1) --- updated-dependencies: - dependency-name: io.coil-kt:coil dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt:coil-gif dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt:coil-svg 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 a752cf19b..914d33a07 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -158,7 +158,7 @@ android { ext { androidxCameraVersion = "1.1.0" - coilKtVersion = "2.1.0" + coilKtVersion = "2.2.1" daggerVersion = "2.43.2" lifecycleVersion = '2.5.1' okhttpVersion = "4.10.0"