From c546fc16cb6a4194be4209cb5874bdc87e0d9893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 01:05:08 +0000 Subject: [PATCH] Bump coilKtVersion from 1.2.1 to 1.2.2 Bumps `coilKtVersion` from 1.2.1 to 1.2.2. Updates `coil` from 1.2.1 to 1.2.2 - [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/1.2.1...1.2.2) Updates `coil-gif` from 1.2.1 to 1.2.2 - [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/1.2.1...1.2.2) Updates `coil-svg` from 1.2.1 to 1.2.2 - [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/1.2.1...1.2.2) --- updated-dependencies: - dependency-name: io.coil-kt:coil dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.coil-kt:coil-gif dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.coil-kt:coil-svg dependency-type: direct:production update-type: version-update:semver-patch ... 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 3c49fbb22..cb29cf758 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -158,7 +158,7 @@ android { ext { butterknifeVersion = "10.2.3" - coilKtVersion = "1.2.1" + coilKtVersion = "1.2.2" daggerVersion = "2.36" okhttpVersion = "4.9.1" materialDialogsVersion = "3.3.0"