From ebfdb71579108f0641898b9ed919f3b96f27e3e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 23:50:33 +0000 Subject: [PATCH] Bump com.github.bumptech.glide:glide from 5.0.0-rc01 to 5.0.7 Bumps [com.github.bumptech.glide:glide](https://github.com/bumptech/glide) from 5.0.0-rc01 to 5.0.7. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v5.0.0-rc01...v5.0.7) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:glide dependency-version: 5.0.7 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..0c732e2 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.7' + annotationProcessor 'com.github.bumptech.glide:compiler:5.0.7' implementation 'org.apache.commons:commons-compress:1.26.2' implementation 'com.github.hzy3774:AndroidP7zip:1.7.2'