Skip to content

Commit 0d6d202

Browse files
authored
Merge pull request #42 from GetStream/images/update
Update Coil to 2.2.1 and Glide to 4.14.1
2 parents b3acf46 + 79c7487 commit 0d6d202

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

+2-2
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.11.1"
2121
}

0 commit comments

Comments
 (0)