From 9462c0825f7bf191b5216f9457aa66bb9c8224de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 22:44:20 +0000 Subject: [PATCH] Bump com.github.bumptech.glide:compiler from 5.0.0-rc01 to 5.0.5 Bumps [com.github.bumptech.glide:compiler](https://github.com/bumptech/glide) from 5.0.0-rc01 to 5.0.5. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v5.0.0-rc01...v5.0.5) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:compiler dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 51907ae..e3cde44 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,8 +57,8 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' implementation 'com.github.clans:fab:1.6.4' implementation 'com.afollestad.material-dialogs:core:3.3.0' - implementation 'com.github.bumptech.glide:glide:5.0.0-rc01' - annotationProcessor 'com.github.bumptech.glide:compiler:5.0.0-rc01' + implementation 'com.github.bumptech.glide:glide:5.0.5' + annotationProcessor 'com.github.bumptech.glide:compiler:5.0.5' implementation 'org.apache.commons:commons-compress:1.26.2' implementation 'com.github.hzy3774:AndroidP7zip:1.7.2'