From 8066df2c02622a080967ab13710af6d28f485638 Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Thu, 22 Aug 2024 21:45:28 +0900 Subject: [PATCH] release: ugprade to flutter 3.24.1 (#122) Signed-off-by: Hidenori Matsubayashi --- README.md | 4 ++-- conf/flutter-engine.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 313e86a..b5c0a20 100644 --- a/README.md +++ b/README.md @@ -80,14 +80,14 @@ $ ./tmp/deploy/sdk/poky-glibc-x86_64-core-image-weston-aarch64-qemuarm64-toolcha The default build targets are fixed to Linux, Arm64, and the following Flutter Engine version in the config file. ``` -ENGINE_VERSION ?= "b8800d88be4866db1b15f8b954ab2573bba9960f" +ENGINE_VERSION ?= "c9b9d5780da342eb3f0f5e439a7db06f7d112575" ``` When creating a Flutter project, you will need to use the following version of the Flutter SDK. | Engine version | Flutter SDK version | | :-------------: | :-------------: | -| [b8800d88be4866db1b15f8b954ab2573bba9960f](https://github.com/flutter/engine/commit/b8800d88be4866db1b15f8b954ab2573bba9960f) | [3.24.0 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.24.0) | +| [c9b9d5780da342eb3f0f5e439a7db06f7d112575](https://github.com/flutter/engine/commit/c9b9d5780da342eb3f0f5e439a7db06f7d112575) | [3.24.1 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.24.1) | If you want to change the version of the Flutter engine, change to the appropriate version of the Flutter SDK and add the following to `conf/local.conf`: ``` diff --git a/conf/flutter-engine.conf b/conf/flutter-engine.conf index f2e12a3..b38675a 100644 --- a/conf/flutter-engine.conf +++ b/conf/flutter-engine.conf @@ -1,5 +1,5 @@ -# Flutter 3.24.0 (stable channel) -ENGINE_VERSION ?= "b8800d88be4866db1b15f8b954ab2573bba9960f" +# Flutter 3.24.1 (stable channel) +ENGINE_VERSION ?= "c9b9d5780da342eb3f0f5e439a7db06f7d112575" # Flutter Build Mode [debug-mode|profile-mode|release-mode] PACKAGECONFIG ?= "release-mode"