File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
TypeScriptMessaging/android/app Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -197,11 +197,11 @@ dependencies {
197197 implementation platform(' com.google.firebase:firebase-bom:25.12.0' )
198198
199199 // For animated GIF support
200- implementation ' com.facebook.fresco:animated-gif:2.0 .0'
200+ implementation ' com.facebook.fresco:animated-gif:2.6 .0'
201201
202202 // For WebP support, including animated WebP
203- implementation ' com.facebook.fresco:animated-webp:2.1 .0'
204- implementation ' com.facebook.fresco:webpsupport:2.0 .0'
203+ implementation ' com.facebook.fresco:animated-webp:2.6 .0'
204+ implementation ' com.facebook.fresco:webpsupport:2.6 .0'
205205
206206 implementation ' com.google.firebase:firebase-crashlytics'
207207 implementation ' com.google.firebase:firebase-analytics'
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments