diff --git a/android/app/build.gradle b/android/app/build.gradle index 01c13317f..c5fe9041c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -214,11 +214,11 @@ dependencies { implementation project(':react-native-recyclerview-list') // For animated GIF support - implementation 'com.facebook.fresco:animated-base-support:1.3.0' + implementation 'com.facebook.fresco:fresco:1.10.0' + implementation 'com.facebook.fresco:animated-gif:1.10.0' // For WebP support, including animated WebP - implementation 'com.facebook.fresco:animated-gif:1.3.0' - implementation 'com.facebook.fresco:animated-webp:1.3.0' - implementation 'com.facebook.fresco:webpsupport:1.3.0' + implementation 'com.facebook.fresco:animated-webp:1.10.0' + implementation 'com.facebook.fresco:webpsupport:1.10.0' } // Run this once to be able to run the application with BUCK