Browse Source

Merge pull request #2907 from nextcloud/dependabot/gradle/coilKtVersion-2.3.0

Build(deps): Bump coilKtVersion from 2.2.2 to 2.3.0
Andy Scherzinger 2 years ago
parent
commit
e435a6e140
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -140,7 +140,7 @@ android {
 
 ext {
     androidxCameraVersion = "1.2.2"
-    coilKtVersion = "2.2.2"
+    coilKtVersion = "2.3.0"
     daggerVersion = "2.45"
     emojiVersion = "1.3.0"
     lifecycleVersion = '2.6.1'