From b5fa348e4f95953ebb6859c983dd3fe890ef2618 Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Wed, 13 Sep 2023 23:19:11 +0000 Subject: [PATCH] release: update for flutter 3.13.4 (#98) 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 b07fe18..d0536cc 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 ?= "b8d35810e91ab8fc39ba5e7a41bff6f697e8e3a8" +ENGINE_VERSION ?= "9064459a8b0dcd32877107f6002cc429a71659d1" ``` When creating a Flutter project, you will need to use the following version of the Flutter SDK. | Engine version | Flutter SDK version | | :-------------: | :-------------: | -| [b8d35810e91ab8fc39ba5e7a41bff6f697e8e3a8](https://github.com/flutter/engine/commit/b8d35810e91ab8fc39ba5e7a41bff6f697e8e3a8) | [3.13.3 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.13.3) | +| [9064459a8b0dcd32877107f6002cc429a71659d1](https://github.com/flutter/engine/commit/9064459a8b0dcd32877107f6002cc429a71659d1) | [3.13.4 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.13.4) | 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 09a3b62..a79a641 100644 --- a/conf/flutter-engine.conf +++ b/conf/flutter-engine.conf @@ -1,5 +1,5 @@ -# Flutter 3.13.3 (stable channel) -ENGINE_VERSION ?= "b8d35810e91ab8fc39ba5e7a41bff6f697e8e3a8" +# Flutter 3.13.4 (stable channel) +ENGINE_VERSION ?= "9064459a8b0dcd32877107f6002cc429a71659d1" # Flutter Build Mode [debug-mode|profile-mode|release-mode] PACKAGECONFIG ?= "release-mode"