diff --git a/README.md b/README.md index 6eb2c39..9e8e56a 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 ?= "1837b5be5f0f1376a1ccf383950e83a80177fb4e" +ENGINE_VERSION ?= "9aa7816315095c86410527932918c718cb35e7d6" ``` When creating a Flutter project, you will need to use the following version of the Flutter SDK. | Engine version | Flutter SDK version | | :-------------: | :-------------: | -| [1837b5be5f0f1376a1ccf383950e83a80177fb4e](https://github.com/flutter/engine/commit/1837b5be5f0f1376a1ccf383950e83a80177fb4e) | [3.7.7 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.7.7) | +| [9aa7816315095c86410527932918c718cb35e7d6](https://github.com/flutter/engine/commit/9aa7816315095c86410527932918c718cb35e7d6) | [3.7.8 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.7.8) | 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 7c4beda..8db1ad3 100644 --- a/conf/flutter-engine.conf +++ b/conf/flutter-engine.conf @@ -1,5 +1,5 @@ -# Flutter 3.7.7 (stable channel) -ENGINE_VERSION ?= "1837b5be5f0f1376a1ccf383950e83a80177fb4e" +# Flutter 3.7.8 (stable channel) +ENGINE_VERSION ?= "9aa7816315095c86410527932918c718cb35e7d6" # Flutter Build Mode [debug-mode|profile-mode|release-mode] PACKAGECONFIG ?= "release-mode"