From 2cf74c07cb941cac6ad289ab792b871df9f78be7 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Mon, 8 Oct 2018 12:27:31 -0300 Subject: [PATCH] Fix gifs displaying as still images on Android (#2230) --- android/app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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