Skip to content

Commit

Permalink
release: update for flutter 3.13.6 (#100)
Browse files Browse the repository at this point in the history
Signed-off-by: Hidenori Matsubayashi <[email protected]>
  • Loading branch information
HidenoriMatsubayashi authored Sep 29, 2023
1 parent 8dbe94f commit 24167d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?= "bd986c5ed20a62dc34b7718c50abc782beae4c33"
ENGINE_VERSION ?= "a794cf2681c6c9fe7b260e0e84de96298dc9c18b"
```

When creating a Flutter project, you will need to use the following version of the Flutter SDK.

| Engine version | Flutter SDK version |
| :-------------: | :-------------: |
| [bd986c5ed20a62dc34b7718c50abc782beae4c33](https://github.com/flutter/engine/commit/bd986c5ed20a62dc34b7718c50abc782beae4c33) | [3.13.5 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.13.5) |
| [a794cf2681c6c9fe7b260e0e84de96298dc9c18b](https://github.com/flutter/engine/commit/a794cf2681c6c9fe7b260e0e84de96298dc9c18b) | [3.13.6 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.13.6) |

If you want to change the version of the Flutter engine, change <engine_version> to the appropriate version of the Flutter SDK and add the following to `conf/local.conf`:
```
Expand Down
4 changes: 2 additions & 2 deletions conf/flutter-engine.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Flutter 3.13.5 (stable channel)
ENGINE_VERSION ?= "bd986c5ed20a62dc34b7718c50abc782beae4c33"
# Flutter 3.13.6 (stable channel)
ENGINE_VERSION ?= "a794cf2681c6c9fe7b260e0e84de96298dc9c18b"

# Flutter Build Mode [debug-mode|profile-mode|release-mode]
PACKAGECONFIG ?= "release-mode"
2 changes: 1 addition & 1 deletion recipes-graphics/flutter-embedded-linux/repository.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "c696e5b2fcedc9ad9752d8c113bc1f9cdc39be64"
SRCREV = "ac2a2c66427b5bbb2af6338312f3b27dc04556ab"
S = "${WORKDIR}/git"

0 comments on commit 24167d6

Please sign in to comment.