From 86d92e41d2e129d12589848f75dfe2b2db09ed1a Mon Sep 17 00:00:00 2001 From: Peter Abbondanzo Date: Mon, 7 Oct 2024 13:44:44 -0700 Subject: [PATCH] Bump Fresco version to 3.3.0 (#46864) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/46864 ## Summary Fresco v3.3.0 contains necessary adjustments to allow downsample overrides per image request (see https://github.com/facebook/fresco/pull/2787), as well as numerous other bug fixes and adjustments across both Drawee and Vito images. ## Changelog [Android][Changed] - Update Fresco from 3.2.0 to 3.3.0 Reviewed By: oprisnik Differential Revision: D63983051 fbshipit-source-id: 9ad0c40dfc864d24ffa39ca9e2bc0ddf8210f4f7 --- packages/react-native/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/gradle/libs.versions.toml b/packages/react-native/gradle/libs.versions.toml index 11a3bb15d5f..0ef628e9dc7 100644 --- a/packages/react-native/gradle/libs.versions.toml +++ b/packages/react-native/gradle/libs.versions.toml @@ -17,7 +17,7 @@ assertj = "3.21.0" binary-compatibility-validator = "0.13.2" download = "5.4.0" fbjni = "0.6.0" -fresco = "3.2.0" +fresco = "3.3.0" infer-annotation = "0.18.0" javax-annotation-api = "1.3.2" javax-inject = "1"