From 54531e11055ec57d540ae807b7d1d1ec8913edce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 06:26:49 +0000 Subject: [PATCH] Bump com.github.skydoves:landscapist-coil from 2.3.4 to 2.3.5 Bumps [com.github.skydoves:landscapist-coil](https://github.com/skydoves/landscapist) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/skydoves/landscapist/releases) - [Commits](https://github.com/skydoves/landscapist/compare/2.3.4...2.3.5) --- updated-dependencies: - dependency-name: com.github.skydoves:landscapist-coil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[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 1498536..3efe2a3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ androidxComposeBom = "2024.06.00" androidxHiltNavigation = "1.2.0" androidxComposeNavigation = "2.7.7" hilt = "2.51.1" -landscapist = "2.3.4" +landscapist = "2.3.5" accompanist = "0.32.0" okhttp = "4.12.0" retrofit = "2.11.0"