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'