From 1d56eaf17e99af6b433f241d645c5de5e3dc08eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 18:26:05 +0000 Subject: [PATCH] Bump coilKtVersion from 1.2.0 to 1.2.1 Bumps `coilKtVersion` from 1.2.0 to 1.2.1. Updates `coil` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/coil-kt/coil/releases) - [Changelog](https://github.com/coil-kt/coil/blob/master/CHANGELOG.md) - [Commits](https://github.com/coil-kt/coil/compare/1.2.0...1.2.1) Updates `coil-gif` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/coil-kt/coil/releases) - [Changelog](https://github.com/coil-kt/coil/blob/master/CHANGELOG.md) - [Commits](https://github.com/coil-kt/coil/compare/1.2.0...1.2.1) Updates `coil-svg` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/coil-kt/coil/releases) - [Changelog](https://github.com/coil-kt/coil/blob/master/CHANGELOG.md) - [Commits](https://github.com/coil-kt/coil/compare/1.2.0...1.2.1) 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 aea279365..84c477e3f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -152,7 +152,7 @@ android { ext { butterknifeVersion = "10.2.3" - coilKtVersion = "1.2.0" + coilKtVersion = "1.2.1" daggerVersion = "2.34.1" okhttpVersion = "3.14.2" materialDialogsVersion = "3.3.0"