From 9c954953b40b343d09c075114d5af57bf157f3e3 Mon Sep 17 00:00:00 2001 From: Adam Duskett Date: Tue, 2 Jan 2024 16:59:26 -0700 Subject: [PATCH] package/flutter-engine: bump version to 3.16.5 Flutter 3.16 includes 1,954 commits and improvements. Flutter 3.16.0 also sets Material 3 as the default visual style for applications. A brief changelog can be found here: https://docs.flutter.dev/release/release-notes/release-notes-3.16.0 A full changelog is provided below, which is provided at the end of the brief changelog page found above: https://github.com/flutter/engine/compare/3.13.0%E2%80%A63.16.0-0.5.pre Signed-off-by: Adam Duskett Signed-off-by: Yann E. MORIN --- package/flutter-engine/flutter-engine.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/flutter-engine/flutter-engine.mk b/package/flutter-engine/flutter-engine.mk index d31d435d79..c3ac144f2a 100644 --- a/package/flutter-engine/flutter-engine.mk +++ b/package/flutter-engine/flutter-engine.mk @@ -21,7 +21,7 @@ # # There is no hash provided, as the gn binary (used for configuration) relies # on the .git directories. As such, a reproducible tarball is not possible. -FLUTTER_ENGINE_VERSION = 3.13.9 +FLUTTER_ENGINE_VERSION = 3.16.5 # There is nothing for Buildroot to download. This is handled by gclient. FLUTTER_ENGINE_SITE =