diff --git a/app/build.gradle b/app/build.gradle index 484b5bca8..8aa1ae0cc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'