diff --git a/android/app/build.gradle b/android/app/build.gradle index fd4a71a..5d362b1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -289,7 +289,7 @@ dependencies { implementation 'com.facebook.fresco:webpsupport:2.0.0' if (isWebpAnimatedEnabled) { // Animated webp support - implementation 'com.facebook.fresco:animated-webp:2.0.0' + implementation 'com.facebook.fresco:animated-webp:2.6.0' } }