From 9341a4f196eb863715740fdd7752b410328a6045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Apr 2022 17:40:27 +0000 Subject: [PATCH] Bump glide from 4.9.0 to 4.13.1 Bumps [glide](https://github.com/bumptech/glide) from 4.9.0 to 4.13.1. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.9.0...v4.13.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 f9f6e882..de3003f9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -104,7 +104,7 @@ dependencies { googleplayImplementation "com.android.billingclient:billing-ktx:4.0.0" - implementation 'com.github.bumptech.glide:glide:4.9.0' + implementation 'com.github.bumptech.glide:glide:4.13.1' testImplementation 'junit:junit:4.13.2' annotationProcessor 'androidx.annotation:annotation:1.2.0' kapt 'com.github.bumptech.glide:compiler:4.9.0'