added gif support for android

This commit is contained in:
u-e 2019-01-22 12:42:21 +03:00
parent d54aeb1553
commit 7f871752d5

View File

@ -154,6 +154,18 @@ dependencies {
compile project(':appcenter-crashes')
compile project(':appcenter-analytics')
compile project(':appcenter')
// If your app supports Android versions before Ice Cream Sandwich (API level 14)
compile 'com.facebook.fresco:animated-base-support:1.10.0'
// For animated GIF support
compile 'com.facebook.fresco:animated-gif:1.10.0'
// For WebP support, including animated WebP
compile 'com.facebook.fresco:animated-webp:1.10.0'
compile 'com.facebook.fresco:webpsupport:1.10.0'
// For WebP support, without animations
compile 'com.facebook.fresco:webpsupport:1.10.0'
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
implementation "com.facebook.react:react-native:+" // From node_modules