From d7fc57e2bd7d3fa8ecd323e26c09deb7141d67e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 01:18:20 +0000 Subject: [PATCH] Bump coilKtVersion from 1.2.2 to 1.3.0 Bumps `coilKtVersion` from 1.2.2 to 1.3.0. Updates `coil` from 1.2.2 to 1.3.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/1.2.2...1.3.0) Updates `coil-gif` from 1.2.2 to 1.3.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/1.2.2...1.3.0) Updates `coil-svg` from 1.2.2 to 1.3.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/1.2.2...1.3.0) --- 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 573bcf7e4..1e8fe8a1e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -160,7 +160,7 @@ android { ext { butterknifeVersion = "10.2.3" - coilKtVersion = "1.2.2" + coilKtVersion = "1.3.0" daggerVersion = "2.37" okhttpVersion = "4.9.1" materialDialogsVersion = "3.3.0"