From a2310cbd082459109720a4d8cee6075e7f223397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jul 2021 01:04:25 +0000 Subject: [PATCH] Bump coilKtVersion from 1.3.0 to 1.3.1 Bumps `coilKtVersion` from 1.3.0 to 1.3.1. Updates `coil` from 1.3.0 to 1.3.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/1.3.0...1.3.1) Updates `coil-gif` from 1.3.0 to 1.3.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/1.3.0...1.3.1) Updates `coil-svg` from 1.3.0 to 1.3.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/1.3.0...1.3.1) --- 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 915bd7292..470ff49a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -160,7 +160,7 @@ android { ext { butterknifeVersion = "10.2.3" - coilKtVersion = "1.3.0" + coilKtVersion = "1.3.1" daggerVersion = "2.38" okhttpVersion = "4.9.1" materialDialogsVersion = "3.3.0"