mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-23 08:27:30 +03:00
added gif support for android
This commit is contained in:
parent
d54aeb1553
commit
7f871752d5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user