From 63e5a404d53609af33399e2ba0b8f4e0e8ac4c9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 13:17:21 +0000 Subject: [PATCH] Bump glide from 4.12.0 to 4.13.2 in /examples/DropboxAndroid/app Bumps [glide](https://github.com/bumptech/glide) from 4.12.0 to 4.13.2. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.12.0...v4.13.2) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:glide dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/DropboxAndroid/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/DropboxAndroid/app/build.gradle b/examples/DropboxAndroid/app/build.gradle index 1bb0a4a7a..3c5081069 100644 --- a/examples/DropboxAndroid/app/build.gradle +++ b/examples/DropboxAndroid/app/build.gradle @@ -57,7 +57,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3' implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1" - implementation 'com.github.bumptech.glide:glide:4.12.0' + implementation 'com.github.bumptech.glide:glide:4.13.2' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3'