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"