diff --git a/android/app/build.gradle b/android/app/build.gradle index fd4a71a..f36fa42 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -281,7 +281,7 @@ dependencies { if (isGifEnabled) { // For animated gif support - implementation 'com.facebook.fresco:animated-gif:2.0.0' + implementation 'com.facebook.fresco:animated-gif:2.6.0' } if (isWebpEnabled) {