mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 21:06:09 +03:00
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:
commit
5395a53883
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue