From 38104a6481c8e9e79434b11ac42a36a38cc15b4f Mon Sep 17 00:00:00 2001 From: qy <41629087+nianxiongdi@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:47:55 +0800 Subject: [PATCH 1/3] doc(image): fix fresco version. --- website/versioned_docs/version-0.76/image.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/versioned_docs/version-0.76/image.md b/website/versioned_docs/version-0.76/image.md index 7e726dd4ece..543ee524838 100644 --- a/website/versioned_docs/version-0.76/image.md +++ b/website/versioned_docs/version-0.76/image.md @@ -100,14 +100,14 @@ dependencies { implementation 'com.facebook.fresco:animated-base-support:1.3.0' // For animated GIF support - implementation 'com.facebook.fresco:animated-gif:3.1.3' + implementation 'com.facebook.fresco:animated-gif:3.2.0' // For WebP support, including animated WebP - implementation 'com.facebook.fresco:animated-webp:3.1.3' - implementation 'com.facebook.fresco:webpsupport:3.1.3' + implementation 'com.facebook.fresco:animated-webp:3.2.0' + implementation 'com.facebook.fresco:webpsupport:3.2.0' // For WebP support, without animations - implementation 'com.facebook.fresco:webpsupport:3.1.3' + implementation 'com.facebook.fresco:webpsupport:3.2.0' } ``` From a30e2ee7ed7673cf81faff4d5b992bb07953940d Mon Sep 17 00:00:00 2001 From: qy <41629087+nianxiongdi@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:17:51 +0800 Subject: [PATCH 2/3] Update image.md --- docs/image.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/image.md b/docs/image.md index b721a26bd37..3c66cff2dc7 100644 --- a/docs/image.md +++ b/docs/image.md @@ -100,14 +100,14 @@ dependencies { implementation 'com.facebook.fresco:animated-base-support:1.3.0' // For animated GIF support - implementation 'com.facebook.fresco:animated-gif:3.1.3' + implementation 'com.facebook.fresco:animated-gif:3.2.0' // For WebP support, including animated WebP - implementation 'com.facebook.fresco:animated-webp:3.1.3' - implementation 'com.facebook.fresco:webpsupport:3.1.3' + implementation 'com.facebook.fresco:animated-webp:3.2.0' + implementation 'com.facebook.fresco:webpsupport:3.2.0' // For WebP support, without animations - implementation 'com.facebook.fresco:webpsupport:3.1.3' + implementation 'com.facebook.fresco:webpsupport:3.2.0' } ``` From 140359dd6fe53fa3d7ad5def4774f87f525f717d Mon Sep 17 00:00:00 2001 From: qy <41629087+nianxiongdi@users.noreply.github.com> Date: Tue, 19 Nov 2024 01:11:58 +0800 Subject: [PATCH 3/3] Update image.md --- website/versioned_docs/version-0.75/image.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/versioned_docs/version-0.75/image.md b/website/versioned_docs/version-0.75/image.md index fa7e95c6300..3941fa7ca1c 100644 --- a/website/versioned_docs/version-0.75/image.md +++ b/website/versioned_docs/version-0.75/image.md @@ -98,14 +98,14 @@ dependencies { implementation 'com.facebook.fresco:animated-base-support:1.3.0' // For animated GIF support - implementation 'com.facebook.fresco:animated-gif:3.1.3' + implementation 'com.facebook.fresco:animated-gif:3.2.0' // For WebP support, including animated WebP - implementation 'com.facebook.fresco:animated-webp:3.1.3' - implementation 'com.facebook.fresco:webpsupport:3.1.3' + implementation 'com.facebook.fresco:animated-webp:3.2.0' + implementation 'com.facebook.fresco:webpsupport:3.2.0' // For WebP support, without animations - implementation 'com.facebook.fresco:webpsupport:3.1.3' + implementation 'com.facebook.fresco:webpsupport:3.2.0' } ```