From 091025e18b1dc5212031e3ed06bfb6c450e788e2 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Tue, 15 Oct 2024 06:01:27 -0700 Subject: [PATCH] Fresco to 3.4.0 (#47024) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47024 This bumps Fresco from 3.3.0 to 3.4.0 Most notable change is NDK 27 support + 16K Page support. Changelog: [Android] [Changed] - Fresco to 3.4.0 Reviewed By: cipolleschi Differential Revision: D64391402 fbshipit-source-id: 4dc9b2a045d0901bd6ee41cdbd4f1db2e22eb576 --- 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 20745f01185210..50bc0eacc48c0a 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.3.0" +fresco = "3.4.0" infer-annotation = "0.18.0" javax-annotation-api = "1.3.2" javax-inject = "1"