From d00bd224c4356bd9cf7925effca5dc878b102585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 07:35:31 +0000 Subject: [PATCH] Bump com.github.bumptech.glide:compose from 1.0.0-beta01 to 4.14.0 Bumps [com.github.bumptech.glide:compose](https://github.com/bumptech/glide) from 1.0.0-beta01 to 4.14.0. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/commits/v4.14.0) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:compose dependency-type: direct:production update-type: version-update:semver-major ... 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 139ecb53c87b..f9e104f34d57 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -114,7 +114,7 @@ room-testing = { module = "androidx.room:room-testing", version.ref = "room" } glide-glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" } glide-compiler = { module = "com.github.bumptech.glide:compiler", version.ref = "glide" } -glide-compose = { module = "com.github.bumptech.glide:compose", version = "1.0.0-beta01" } +glide-compose = { module = "com.github.bumptech.glide:compose", version = "4.14.0" } glide-ksp = { module = "com.github.bumptech.glide:ksp", version.ref = "glide" } glide-avif = { module = "com.github.bumptech.glide:avif-integration", version.ref = "glide" } avif = { module = "org.aomedia.avif.android:avif", version = "1.1.1.14d8e3c4" }