diff --git a/app/build.gradle b/app/build.gradle index 2f2f71f..b04c59d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,8 +57,8 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'com.android.support.test:runner:1.0.2' - implementation 'com.github.bumptech.glide:glide:4.16.0' - annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' + implementation 'com.github.bumptech.glide:glide:5.0.5' + annotationProcessor 'com.github.bumptech.glide:compiler:5.0.5' implementation 'jp.wasabeef:glide-transformations:4.3.0'