From 5d7c5e23310078362e6352f48420c1ecfc8cf04c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 14:47:20 +0000 Subject: Bump compiler from 4.13.1 to 4.13.2 Bumps [compiler](https://github.com/bumptech/glide) from 4.13.1 to 4.13.2. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.13.1...v4.13.2) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:compiler dependency-type: direct:production update-type: version-update:semver-patch ... 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 8177e95b..e929e73f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -88,7 +88,7 @@ dependencies { // Glide implementation 'com.github.bumptech.glide:glide:4.13.2' - annotationProcessor 'com.github.bumptech.glide:compiler:4.13.1' + annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2' // Android X implementation 'androidx.appcompat:appcompat:1.4.1' -- cgit v1.2.3