📌  相关文章
📜  实现 'com.facebook.fresco:animated-gif:2.0.0' - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:23.798000             🧑  作者: Mango

代码示例1
// For animated GIF support add following line on android/app/build.gradle
implementation 'com.facebook.fresco:animated-gif:2.0.0'
// For animated webp support add following line on android/app/build.gradle
implementation 'com.facebook.fresco:animated-webp:2.0.0'
// For normal webp support add following line on android/app/build.gradle
implementation 'com.facebook.fresco:webpsupport:2.0.0'