Merge pull request #1693 from nextcloud/dependabot/gradle/com.github.bumptech.glide-glide-4.15.0

Bump com.github.bumptech.glide:glide from 4.14.2 to 4.15.0
This commit is contained in:
Álvaro Brey 2023-02-27 09:35:58 +01:00 committed by GitHub
commit 5395a53883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,8 +86,8 @@ dependencies {
}
// Glide
implementation 'com.github.bumptech.glide:glide:4.14.2'
annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2'
implementation 'com.github.bumptech.glide:glide:4.15.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.0'
// Android X
implementation 'androidx.appcompat:appcompat:1.6.1'