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