From d137b4692354d33d3b8d24dd955f7e61d1b23a5a Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Sat, 1 Apr 2023 11:32:16 +0900 Subject: [PATCH] Update for flutter 3.7.9 (#79) 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 9e8e56a..b3bbf1d 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 ?= "9aa7816315095c86410527932918c718cb35e7d6" +ENGINE_VERSION ?= "ec975089acb540fc60752606a3d3ba809dd1528b" ``` When creating a Flutter project, you will need to use the following version of the Flutter SDK. | Engine version | Flutter SDK version | | :-------------: | :-------------: | -| [9aa7816315095c86410527932918c718cb35e7d6](https://github.com/flutter/engine/commit/9aa7816315095c86410527932918c718cb35e7d6) | [3.7.8 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.7.8) | +| [ec975089acb540fc60752606a3d3ba809dd1528b](https://github.com/flutter/engine/commit/ec975089acb540fc60752606a3d3ba809dd1528b) | [3.7.9 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.7.9) | 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 8db1ad3..bab4448 100644 --- a/conf/flutter-engine.conf +++ b/conf/flutter-engine.conf @@ -1,5 +1,5 @@ -# Flutter 3.7.8 (stable channel) -ENGINE_VERSION ?= "9aa7816315095c86410527932918c718cb35e7d6" +# Flutter 3.7.9 (stable channel) +ENGINE_VERSION ?= "ec975089acb540fc60752606a3d3ba809dd1528b" # Flutter Build Mode [debug-mode|profile-mode|release-mode] PACKAGECONFIG ?= "release-mode"