Skip to content

Commit 86e2d96

Browse files
release: upgrade to flutter 3.22.3 (#118)
Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
1 parent 96599db commit 86e2d96

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ $ ./tmp/deploy/sdk/poky-glibc-x86_64-core-image-weston-aarch64-qemuarm64-toolcha
8080
The default build targets are fixed to Linux, Arm64, and the following Flutter Engine version in the config file.
8181

8282
```
83-
ENGINE_VERSION ?= "edd8546116457bdf1c5bdfb13ecb9463d2bb5ed4"
83+
ENGINE_VERSION ?= "235db911ba279722f5e685f38b0ed30fa7e8570a"
8484
```
8585

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

8888
| Engine version | Flutter SDK version |
8989
| :-------------: | :-------------: |
90-
| [edd8546116457bdf1c5bdfb13ecb9463d2bb5ed4](https://github.com/flutter/engine/commit/edd8546116457bdf1c5bdfb13ecb9463d2bb5ed4) | [3.22.2 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.22.2) |
90+
| [235db911ba279722f5e685f38b0ed30fa7e8570a](https://github.com/flutter/engine/commit/235db911ba279722f5e685f38b0ed30fa7e8570a) | [3.22.3 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.22.3) |
9191

9292
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`:
9393
```

conf/flutter-engine.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Flutter 3.22.2 (stable channel)
2-
ENGINE_VERSION ?= "edd8546116457bdf1c5bdfb13ecb9463d2bb5ed4"
1+
# Flutter 3.22.3 (stable channel)
2+
ENGINE_VERSION ?= "235db911ba279722f5e685f38b0ed30fa7e8570a"
33

44
# Flutter Build Mode [debug-mode|profile-mode|release-mode]
55
PACKAGECONFIG ?= "release-mode"

0 commit comments

Comments
 (0)