diff --git a/README.md b/README.md index d644de3..b07fe18 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 ?= "b20183e04096094bcc37d9cde2a4b96f5cc684cf" +ENGINE_VERSION ?= "b8d35810e91ab8fc39ba5e7a41bff6f697e8e3a8" ``` When creating a Flutter project, you will need to use the following version of the Flutter SDK. | Engine version | Flutter SDK version | | :-------------: | :-------------: | -| [b20183e04096094bcc37d9cde2a4b96f5cc684cf](https://github.com/flutter/engine/commit/b20183e04096094bcc37d9cde2a4b96f5cc684cf) | [3.13.1 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.13.1) | +| [b8d35810e91ab8fc39ba5e7a41bff6f697e8e3a8](https://github.com/flutter/engine/commit/b8d35810e91ab8fc39ba5e7a41bff6f697e8e3a8) | [3.13.3 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.13.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 e53aa7e..09a3b62 100644 --- a/conf/flutter-engine.conf +++ b/conf/flutter-engine.conf @@ -1,5 +1,5 @@ -# Flutter 3.13.1 (stable channel) -ENGINE_VERSION ?= "b20183e04096094bcc37d9cde2a4b96f5cc684cf" +# Flutter 3.13.3 (stable channel) +ENGINE_VERSION ?= "b8d35810e91ab8fc39ba5e7a41bff6f697e8e3a8" # Flutter Build Mode [debug-mode|profile-mode|release-mode] PACKAGECONFIG ?= "release-mode" diff --git a/recipes-graphics/flutter-embedded-linux/repository.inc b/recipes-graphics/flutter-embedded-linux/repository.inc index 80eacd8..dcd8e42 100644 --- a/recipes-graphics/flutter-embedded-linux/repository.inc +++ b/recipes-graphics/flutter-embedded-linux/repository.inc @@ -6,5 +6,5 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=d45359c88eb146940e4bede4f08c821a" SRC_URI = "git://github.com/sony/flutter-embedded-linux.git;protocol=https;branch=master" -SRCREV = "311e9f189a55971c997916c13df49d5e46df4d26" +SRCREV = "c696e5b2fcedc9ad9752d8c113bc1f9cdc39be64" S = "${WORKDIR}/git"