瀏覽代碼

unify coil lib version number

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 4 年之前
父節點
當前提交
d28192557a
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      app/build.gradle

+ 4 - 3
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'