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:
authorAndy Scherzinger <info@andy-scherzinger.de>2021-04-21 23:57:01 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2021-04-27 08:55:59 +0300
commitd28192557a3c893a8e1e1f0c4f4ffd61ea2e8c79 (patch)
tree82893d1f83f563130c729432bc0cfffd751d342d /app/build.gradle
parent12a5f763881b713658285de45798497abac1803a (diff)
unify coil lib version number
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 4fe55bbc3..7f0ddf56e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -126,6 +126,7 @@ android {
}
ext {
+ coilKtVersion = "0.9.1"
daggerVersion = "2.34.1"
powermockVersion = "2.0.9"
workVersion = "2.3.0"
@@ -223,9 +224,9 @@ dependencies {
implementation 'com.github.mario.fresco:animated-gif:111'
implementation 'com.github.mario.fresco:imagepipeline-okhttp3:111'
implementation group: 'joda-time', name: 'joda-time', version: '2.10.3'
- implementation 'io.coil-kt:coil:0.9.1'
- implementation("io.coil-kt:coil-gif:0.9.1")
- implementation("io.coil-kt:coil-svg:0.9.1")
+ implementation "io.coil-kt:coil:${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'