Skip to content

Commit 79c7487

Browse files
committed
Update Coil to 2.2.1 and Glide to 4.14.1
1 parent 4b9b80a commit 79c7487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/io/getstream/avatarview/Dependencies.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ object Versions {
1414
internal const val ANDROIDX_CORE = "1.8.0"
1515

1616
internal const val OKHTTP = "4.9.2"
17-
internal const val COIL = "2.1.0"
18-
internal const val GLIDE = "4.13.2"
17+
internal const val COIL = "2.2.1"
18+
internal const val GLIDE = "4.14.1"
1919

2020
internal const val STREAM_CHAT_SDK = "5.10.0"
2121
}

0 commit comments

Comments
 (0)