diff --git a/android/app/build.gradle b/android/app/build.gradle index 50cbfc8f..a1e0b7e2 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation 'de.hdodenhof:circleimageview:3.1.0' // image cache library - implementation 'com.github.bumptech.glide:glide:4.12.0' + implementation 'com.github.bumptech.glide:glide:4.15.1' annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2' // Networking Components