Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-03 04:35:58 +0300
committerGitHub <noreply@github.com>2022-10-03 04:35:58 +0300
commit489641cc3b6561d234966ceeffe502cbf640918f (patch)
tree52a065c6f8b311c899e661acc0833f692eb9feb0 /app/build.gradle
parente15866c9133e3a7d7d6c6f92e32f9ffb62c5ec41 (diff)
Bump coilKtVersion from 2.2.1 to 2.2.2dependabot/gradle/coilKtVersion-2.2.2
Bumps `coilKtVersion` from 2.2.1 to 2.2.2. Updates `coil` from 2.2.1 to 2.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/2.2.1...2.2.2) Updates `coil-gif` from 2.2.1 to 2.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/2.2.1...2.2.2) Updates `coil-svg` from 2.2.1 to 2.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/2.2.1...2.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] <support@github.com>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 5cb2e675a..030ee8ee8 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -161,7 +161,7 @@ android {
ext {
androidxCameraVersion = "1.1.0"
- coilKtVersion = "2.2.1"
+ coilKtVersion = "2.2.2"
daggerVersion = "2.44"
lifecycleVersion = '2.5.1'
okhttpVersion = "4.10.0"