diff --git a/android/app/build.gradle b/android/app/build.gradle index fd4a71a..0163bfc 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -276,7 +276,7 @@ dependencies { // All fresco packages should use the same version if (isGifEnabled || isWebpEnabled) { implementation 'com.facebook.fresco:fresco:2.0.0' - implementation 'com.facebook.fresco:imagepipeline-okhttp3:2.0.0' + implementation 'com.facebook.fresco:imagepipeline-okhttp3:2.6.0' } if (isGifEnabled) {