Phecda

feat(android): add support to gif and webp

@@ -195,6 +195,13 @@ dependencies { @@ -195,6 +195,13 @@ dependencies {
195 195
196 implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0" 196 implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
197 197
  198 + // For animated GIF support
  199 + implementation 'com.facebook.fresco:animated-gif:2.0.0'
  200 +
  201 + // For WebP support, including animated WebP
  202 + implementation 'com.facebook.fresco:animated-webp:2.1.0'
  203 + implementation 'com.facebook.fresco:webpsupport:2.0.0'
  204 +
198 debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") { 205 debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
199 exclude group:'com.facebook.fbjni' 206 exclude group:'com.facebook.fbjni'
200 } 207 }