Updated Coil to 2.2.2 release

This commit is contained in:
Sylvain Berfini 2023-01-11 14:10:17 +01:00
parent 0ecf331959
commit 5dcd9faba5

View file

@ -219,7 +219,7 @@ dependencies {
implementation 'androidx.emoji:emoji-bundled:1.1.0'
// https://github.com/coil-kt/coil/blob/main/LICENSE.txt Apache v2.0
def coil_version = "2.1.0"
def coil_version = "2.2.2"
implementation("io.coil-kt:coil:$coil_version")
implementation("io.coil-kt:coil-gif:$coil_version")
implementation("io.coil-kt:coil-svg:$coil_version")