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