From bc4c90ce135f4580cec63fc5111859cdff6aaa40 Mon Sep 17 00:00:00 2001 From: "playground-manager[bot]" <126197455+playground-manager[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 01:37:05 +0100 Subject: [PATCH] fix(deps): update coil.kt to v3.0.1 (#1307) Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@users.noreply.github.com> Co-authored-by: Ash Davies <1892070+ashdavies@users.noreply.github.com> --- 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 43e0a820b..dd18d58da 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ android-minSdk = "33" androidx-activity = "1.9.3" androidx-paging = "3.3.2" cash-sqldelight = "2.0.2" -coil-kt = "3.0.0" +coil-kt = "3.0.1" compose-adaptive = "1.0.0" compose-plugin = "1.7.0" gitlive-firebase = "2.1.0"