From fdb808a7dc93656d8e633d053f8f131f39e25c8f Mon Sep 17 00:00:00 2001 From: shamardy Date: Tue, 11 Dec 2018 17:16:10 +0200 Subject: [PATCH] Added animated GIF support on android Signed-off-by: Julien Eluard --- android/app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index 94f2493342..deeff1deda 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -255,6 +255,7 @@ dependencies { compile 'com.github.status-im:function:0.0.1' implementation fileTree(dir: "node_modules/realm/android/libs", include: ["*.jar"]) + compile 'com.facebook.fresco:animated-gif:1.9.0' } // Run this once to be able to run the application with BUCK