From 4fa148f69e7a7b10c63975fba07dc83fefdc2fc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 13:39:47 +0000 Subject: [PATCH] Bump com.github.bumptech.glide:glide from 4.9.0 to 4.16.0 Bumps [com.github.bumptech.glide:glide](https://github.com/bumptech/glide) from 4.9.0 to 4.16.0. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.9.0...v4.16.0) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:glide dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 053ab136b4..c4ee7a0fcb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -104,7 +104,7 @@ dependencies { implementation 'com.google.firebase:firebase-crashlytics:17.2.1' implementation 'androidx.legacy:legacy-support-core-ui:1.0.0' implementation 'com.duolingo.open:rtl-viewpager:2.0.0' - implementation ("com.github.bumptech.glide:glide:4.9.0") { + implementation ("com.github.bumptech.glide:glide:4.16.0") { exclude group: "com.android.support" }