From 580cdc9494ab155678bb968d2d9ca1d4a25c5a48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 14:08:41 +0000 Subject: [PATCH] Bump com.github.bumptech.glide:glide from 4.9.0 to 4.15.1 Bumps [com.github.bumptech.glide:glide](https://github.com/bumptech/glide) from 4.9.0 to 4.15.1. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.9.0...v4.15.1) --- 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 44204e92d7..b644a10a0b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -103,7 +103,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.15.1") { exclude group: "com.android.support" }