From af1177e6499e4aaa9f25c8f275cfcd979615031c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 01:57:55 +0000 Subject: [PATCH] Build(deps): Bump coilKtVersion from 2.2.2 to 2.3.0 Bumps `coilKtVersion` from 2.2.2 to 2.3.0. Updates `io.coil-kt:coil` from 2.2.2 to 2.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/2.2.2...2.3.0) Updates `io.coil-kt:coil-gif` from 2.2.2 to 2.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/2.2.2...2.3.0) Updates `io.coil-kt:coil-svg` from 2.2.2 to 2.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/2.2.2...2.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 ba1a1e7a3..c22b46a67 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -140,7 +140,7 @@ android { ext { androidxCameraVersion = "1.2.2" - coilKtVersion = "2.2.2" + coilKtVersion = "2.3.0" daggerVersion = "2.45" emojiVersion = "1.3.0" lifecycleVersion = '2.6.1'