From 5842dc35a0fc6291880494d3b97aa7f607237d67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 23:10:43 +0000 Subject: [PATCH] Bump glide from 4.12.0 to 4.14.1 in /android Bumps [glide](https://github.com/bumptech/glide) from 4.12.0 to 4.14.1. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.12.0...v4.14.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] --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 4254b98..f1a7020 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation 'com.squareup.retrofit2:converter-gson:2.9.0' //Glide - implementation 'com.github.bumptech.glide:glide:4.12.0' + implementation 'com.github.bumptech.glide:glide:4.14.1' annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' def lifecycle_version = "2.3.1"