Page MenuHomePhorge

D8296.1768798190.diff
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

D8296.1768798190.diff

diff --git a/native/android/app/build.gradle b/native/android/app/build.gradle
--- a/native/android/app/build.gradle
+++ b/native/android/app/build.gradle
@@ -664,21 +664,21 @@
// If your app supports Android versions before Ice Cream Sandwich (API level 14)
// All fresco packages should use the same version
if (isGifEnabled || isWebpEnabled) {
- implementation 'com.facebook.fresco:fresco:2.0.0'
- implementation 'com.facebook.fresco:imagepipeline-okhttp3:2.0.0'
+ implementation 'com.facebook.fresco:fresco:2.5.0'
+ implementation 'com.facebook.fresco:imagepipeline-okhttp3:2.5.0'
}
if (isGifEnabled) {
// For animated gif support
- implementation 'com.facebook.fresco:animated-gif:2.0.0'
+ implementation 'com.facebook.fresco:animated-gif:2.5.0'
}
if (isWebpEnabled) {
// For webp support
- implementation 'com.facebook.fresco:webpsupport:2.0.0'
+ implementation 'com.facebook.fresco:webpsupport:2.5.0'
if (isWebpAnimatedEnabled) {
// Animated webp support
- implementation 'com.facebook.fresco:animated-webp:2.0.0'
+ implementation 'com.facebook.fresco:animated-webp:2.5.0'
}
}
@@ -693,10 +693,10 @@
implementation "androidx.lifecycle:lifecycle-process:2.5.1"
- implementation 'com.facebook.fresco:fresco:2.2.0'
- implementation 'com.facebook.fresco:animated-gif:2.2.0'
- implementation 'com.facebook.fresco:animated-webp:2.2.0'
- implementation 'com.facebook.fresco:webpsupport:2.2.0'
+ implementation 'com.facebook.fresco:fresco:2.5.0'
+ implementation 'com.facebook.fresco:animated-gif:2.5.0'
+ implementation 'com.facebook.fresco:animated-webp:2.5.0'
+ implementation 'com.facebook.fresco:webpsupport:2.5.0'
implementation 'org.conscrypt:conscrypt-android:2.0.0'

File Metadata

Mime Type
text/plain
Expires
Mon, Jan 19, 4:49 AM (19 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5954436
Default Alt Text
D8296.1768798190.diff (1 KB)

Event Timeline