Skip to content

Commit

Permalink
release: upgrade to flutter 3.24.2 (#123)
Browse files Browse the repository at this point in the history
Signed-off-by: Hidenori Matsubayashi <[email protected]>
  • Loading branch information
HidenoriMatsubayashi authored Sep 5, 2024
1 parent 8066df2 commit 60f4d18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 ?= "c9b9d5780da342eb3f0f5e439a7db06f7d112575"
ENGINE_VERSION ?= "a6bd3f1de158bb61090e0c8053df93a10cb548e1"
```

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

| Engine version | Flutter SDK version |
| :-------------: | :-------------: |
| [c9b9d5780da342eb3f0f5e439a7db06f7d112575](https://github.com/flutter/engine/commit/c9b9d5780da342eb3f0f5e439a7db06f7d112575) | [3.24.1 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.24.1) |
| [a6bd3f1de158bb61090e0c8053df93a10cb548e1](https://github.com/flutter/engine/commit/a6bd3f1de158bb61090e0c8053df93a10cb548e1) | [3.24.2 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.24.1) |

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.24.1 (stable channel)
ENGINE_VERSION ?= "c9b9d5780da342eb3f0f5e439a7db06f7d112575"
# Flutter 3.24.2 (stable channel)
ENGINE_VERSION ?= "a6bd3f1de158bb61090e0c8053df93a10cb548e1"

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

0 comments on commit 60f4d18

Please sign in to comment.