From 02127c3c767bb1e132b84017582967e04cc6cbfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 11:43:55 +0000 Subject: [PATCH] Update dependency com.github.bumptech.glide:compose to v1.0.0-beta02-SNAPSHOT --- 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 fcb124ed1..e7095f444 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -110,7 +110,7 @@ coroutinesPlayServices = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-pl glide = { module = "com.github.bumptech.glide:glide", version.ref = "glideVersion" } glideCompiler = { module = "com.github.bumptech.glide:ksp", version.ref = "glideVersion" } glideRecyclerview = { module = "com.github.bumptech.glide:recyclerview-integration", version.ref = "glideVersion" } -glideCompose = "com.github.bumptech.glide:compose:1.0.0-alpha.1" +glideCompose = "com.github.bumptech.glide:compose:1.0.0-beta02-SNAPSHOT" androidCore = "androidx.core:core-ktx:1.12.0" appCompat = "androidx.appcompat:appcompat:1.6.1"