From 5f106522d69543668d737142419bd671ed6303b1 Mon Sep 17 00:00:00 2001 From: Peter Abbondanzo Date: Wed, 8 Jan 2025 12:21:28 -0800 Subject: [PATCH] Bump Fresco to 3.6.0 Summary: Updates Fresco from 3.5.0 to 3.6.0. Picks up a few new features and bug fixes for XML drawables, including a required fix that [automatically supplies the XML drawable factory to Fresco's PipelineDraweeControllerBuilder](https://github.com/facebook/fresco/commit/e6b052610aab461601cfabc00f7240758a415878). Without this change, we cannot switch from RN's custom XmlFormat to Fresco's built-in format Changelog: [Android][Changed] - Update Fresco to 3.6.0 Differential Revision: D67950225 --- 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 3d03c4f1f22d..9446a71d7b12 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.7.0" -fresco = "3.5.0" +fresco = "3.6.0" infer-annotation = "0.18.0" javax-annotation-api = "1.3.2" javax-inject = "1"