diff --git a/app/build.gradle b/app/build.gradle index 5d731b4..891d8ac 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,8 +61,8 @@ dependencies { implementation 'org.jdeferred:jdeferred-android-aar:1.2.6' implementation 'com.github.clans:fab:1.6.4' - 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.0-rc01' + annotationProcessor 'com.github.bumptech.glide:compiler:5.0.0-rc01' annotationProcessor 'androidx.annotation:annotation:1.7.1' implementation 'org.apache.commons:commons-compress:1.26.1'