From 0f355e740f5272c8f817fa055f21feaefbfd3632 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 04:19:56 +0000 Subject: [PATCH] Bump compiler from 4.6.1 to 4.12.0 Bumps [compiler](https://github.com/bumptech/glide) from 4.6.1 to 4.12.0. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.6.1...v4.12.0) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d38c5f1..2b5cc4e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -60,7 +60,7 @@ dependencies { // Glide compile 'com.github.bumptech.glide:glide:4.6.1' // Glide 4 : image loading lib : https://github.com/bumptech/glide - annotationProcessor 'com.github.bumptech.glide:compiler:4.6.1' + annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' } repositories { mavenCentral()