diff --git a/README.md b/README.md index ac6f758..3bc50ec 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 ?= "3ad69d7be3a7231aab5525db322fc699f098315f" +ENGINE_VERSION ?= "857bd6b74c5eb56151bfafe91e7fa6a82b6fee25" ``` When creating a Flutter project, you will need to use the following version of the Flutter SDK. | Engine version | Flutter SDK version | | :-------------: | :-------------: | -| [3ad69d7be3a7231aab5525db322fc699f098315f](https://github.com/flutter/engine/commit/3ad69d7be3a7231aab5525db322fc699f098315f) | [3.3.5 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.3.5) | +| [857bd6b74c5eb56151bfafe91e7fa6a82b6fee25](https://github.com/flutter/engine/commit/857bd6b74c5eb56151bfafe91e7fa6a82b6fee25) | [3.3.7 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.3.5) | 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 0358b77..80a134b 100644 --- a/conf/flutter-engine.conf +++ b/conf/flutter-engine.conf @@ -1,5 +1,5 @@ -# Flutter 3.3.5 (stable channel) -ENGINE_VERSION ?= "3ad69d7be3a7231aab5525db322fc699f098315f" +# Flutter 3.3.7 (stable channel) +ENGINE_VERSION ?= "857bd6b74c5eb56151bfafe91e7fa6a82b6fee25" # 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 26a14d2..a44b461 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 = "c01f99b8f43968d02633ec9e630e2ff6749939ba" +SRCREV = "48a047cf977850b19075ece95f4d8f6079bd389a" S = "${WORKDIR}/git"