From dc2b71a35ecd3734a8f11628de1d0fddb1daaf47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 00:21:47 +0000 Subject: [PATCH] Bump glideVersion from 4.12.0 to 4.13.0 Bumps `glideVersion` from 4.12.0 to 4.13.0. Updates `compiler` from 4.12.0 to 4.13.0 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.12.0...v4.13.0) Updates `glide` from 4.12.0 to 4.13.0 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.12.0...v4.13.0) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:compiler dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.github.bumptech.glide:glide dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gallery/build.gradle | 2 +- internet/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gallery/build.gradle b/gallery/build.gradle index da8b530..d0c20fd 100644 --- a/gallery/build.gradle +++ b/gallery/build.gradle @@ -52,7 +52,7 @@ dependencies { //uncomment this line to test and deploy your local changes to pixel. implementation project(path: ':pixel') - def glideVersion = "4.12.0" + def glideVersion = "4.13.0" kapt "com.github.bumptech.glide:compiler:$glideVersion" implementation "com.github.bumptech.glide:glide:$glideVersion" diff --git a/internet/build.gradle b/internet/build.gradle index 93dcdb8..28e1deb 100644 --- a/internet/build.gradle +++ b/internet/build.gradle @@ -89,7 +89,7 @@ dependencies { // glide for comparison // Glide (Image caching and management) - def glideVersion = "4.12.0" + def glideVersion = "4.13.0" kapt "com.github.bumptech.glide:compiler:$glideVersion" implementation "com.github.bumptech.glide:glide:$glideVersion"