Преглед изворни кода

Merge pull request #13290 from nextcloud/renovate/io.coil-kt-coil-2.x

fix(deps): update dependency io.coil-kt:coil to v2.7.0
Andy Scherzinger пре 1 година
родитељ
комит
81d1bc09d0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -421,7 +421,7 @@ dependencies {
     ksp "androidx.room:room-compiler:$roomVersion"
     androidTestImplementation "androidx.room:room-testing:$roomVersion"
 
-    implementation "io.coil-kt:coil:2.6.0"
+    implementation "io.coil-kt:coil:2.7.0"
 
     // splash screen dependency ref: https://developer.android.com/develop/ui/views/launch/splash-screen/migrate
     implementation 'androidx.core:core-splashscreen:1.0.1'