diff --git a/docs/image.md b/docs/image.md index e02bb762a2c..84c0338e64a 100644 --- a/docs/image.md +++ b/docs/image.md @@ -98,18 +98,18 @@ dependencies { implementation 'com.facebook.fresco:animated-base-support:1.3.0' // For animated GIF support - implementation 'com.facebook.fresco:animated-gif:2.5.0' + implementation 'com.facebook.fresco:animated-gif:3.1.3' // For WebP support, including animated WebP - implementation 'com.facebook.fresco:animated-webp:2.5.0' - implementation 'com.facebook.fresco:webpsupport:2.5.0' + implementation 'com.facebook.fresco:animated-webp:3.1.3' + implementation 'com.facebook.fresco:webpsupport:3.1.3' // For WebP support, without animations - implementation 'com.facebook.fresco:webpsupport:2.5.0' + implementation 'com.facebook.fresco:webpsupport:3.1.3' } ``` -> Note: the version listed above may not be updated in time. Please check [`ReactAndroid/gradle.properties`](https://github.com/facebook/react-native/blob/main/packages/react-native/ReactAndroid/gradle.properties) in the main repo to see which fresco version is being used in a specific tagged version. +> Note: the version listed above may not be updated in time. Please check [`packages/react-native/gradle/libs.versions.toml`](https://github.com/facebook/react-native/blob/main/packages/react-native/gradle/libs.versions.toml) in the main repo to see which fresco version is being used in a specific tagged version. ---