From 4d61db742b171dfd094b915659b3016bb24746a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 16:40:49 +0200 Subject: [PATCH] Update coil to v2.1.0 (#93) Co-authored-by: Renovate Bot --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e8a306065..c7695d6c8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ androidxTest = "1.4.0" androidxTestExt = "1.1.3" androidxUiAutomator = "2.2.0" androidxWork = "2.7.1" -coil = "2.0.0-rc01" +coil = "2.1.0" hilt = "2.41" hiltExt = "1.0.0" jacoco = "0.8.7"