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-09-09 04:06:25 +0300
committerGitHub <noreply@github.com>2022-09-09 04:06:25 +0300
commitebb6abd4ec9697668656872d1275eea08533466e (patch)
tree37a6304cffca4926114d85074e07403973a337bd /app/build.gradle
parentab3e7036a2426fdee62a161922d90bf60de74881 (diff)
Bump coilKtVersion from 2.1.0 to 2.2.1dependabot/gradle/coilKtVersion-2.2.1
Bumps `coilKtVersion` from 2.1.0 to 2.2.1. Updates `coil` from 2.1.0 to 2.2.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/2.1.0...2.2.1) Updates `coil-gif` from 2.1.0 to 2.2.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/2.1.0...2.2.1) Updates `coil-svg` from 2.1.0 to 2.2.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/2.1.0...2.2.1) --- 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] <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 a752cf19b..914d33a07 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -158,7 +158,7 @@ android {
ext {
androidxCameraVersion = "1.1.0"
- coilKtVersion = "2.1.0"
+ coilKtVersion = "2.2.1"
daggerVersion = "2.43.2"
lifecycleVersion = '2.5.1'
okhttpVersion = "4.10.0"