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>2021-04-19 06:11:00 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2021-04-27 11:13:39 +0300
commitac9c0cc8eaba0458bc3dae3e344322c1d70c5bc4 (patch)
treeb73d87a3ddde522facfa1d87e73022bee194113a /app/build.gradle
parent8e208165f0e1bfc8120cf8918fc93f7c9214a9ee (diff)
Bump coil-gif from 0.9.1 to 1.2.0 and update code to changed coil 1.2.0 API
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 7f0ddf56e..b330eb461 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -126,7 +126,7 @@ android {
}
ext {
- coilKtVersion = "0.9.1"
+ coilKtVersion = "1.2.0"
daggerVersion = "2.34.1"
powermockVersion = "2.0.9"
workVersion = "2.3.0"
@@ -225,8 +225,8 @@ dependencies {
implementation 'com.github.mario.fresco:imagepipeline-okhttp3:111'
implementation group: 'joda-time', name: 'joda-time', version: '2.10.3'
implementation "io.coil-kt:coil:${coilKtVersion}"
- implementation("io.coil-kt:coil-gif:${coilKtVersion}")
- implementation("io.coil-kt:coil-svg:${coilKtVersion}")
+ implementation "io.coil-kt:coil-gif:${coilKtVersion}"
+ implementation "io.coil-kt:coil-svg:${coilKtVersion}"
implementation 'com.github.natario1:Autocomplete:v1.1.0'
implementation 'com.github.cotechde.hwsecurity:hwsecurity-fido:2.4.5'