diff --git a/README.md b/README.md index 3bea71c..8c93aaa 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 ?= "04817c99c9fd4956f27505204f7e344335810aed" +ENGINE_VERSION ?= "2e4ba9c6fb499ccd4e81420543783cc7267ae406" ``` When creating a Flutter project, you will need to use the following version of the Flutter SDK. | Engine version | Flutter SDK version | | :-------------: | :-------------: | -| [04817c99c9fd4956f27505204f7e344335810aed](https://github.com/flutter/engine/commit/04817c99c9fd4956f27505204f7e344335810aed) | [3.19.0 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.19.0) | +| [2e4ba9c6fb499ccd4e81420543783cc7267ae406](https://github.com/flutter/engine/commit/2e4ba9c6fb499ccd4e81420543783cc7267ae406) | [3.19.3 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.19.3) | 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 fbe39a7..9edca36 100644 --- a/conf/flutter-engine.conf +++ b/conf/flutter-engine.conf @@ -1,5 +1,5 @@ -# Flutter 3.19.0 (stable channel) -ENGINE_VERSION ?= "04817c99c9fd4956f27505204f7e344335810aed" +# Flutter 3.19.3 (stable channel) +ENGINE_VERSION ?= "2e4ba9c6fb499ccd4e81420543783cc7267ae406" # Flutter Build Mode [debug-mode|profile-mode|release-mode] PACKAGECONFIG ?= "release-mode"