Skip to content

Commit 0c9a679

Browse files
khushal87vishalnarkhede
authored andcommitted
fix: android build issue in TyoescriptMessaging app
1 parent 2693285 commit 0c9a679

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/TypeScriptMessaging/android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,11 @@ dependencies {
189189
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
190190

191191
// For animated GIF support
192-
implementation 'com.facebook.fresco:animated-gif:2.0.0'
192+
implementation 'com.facebook.fresco:animated-gif:2.6.0'
193193

194194
// For WebP support, including animated WebP
195-
implementation 'com.facebook.fresco:animated-webp:2.1.0'
196-
implementation 'com.facebook.fresco:webpsupport:2.0.0'
195+
implementation 'com.facebook.fresco:animated-webp:2.6.0'
196+
implementation 'com.facebook.fresco:webpsupport:2.6.0'
197197

198198
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
199199
exclude group:'com.facebook.fbjni'

0 commit comments

Comments
 (0)