Skip to content

Commit

Permalink
Upgrade 2.4.0-4.2.pre (beta channel) (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidenori Matsubayashi authored Jul 28, 2021
1 parent ed202e3 commit dda49e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,14 @@ The default build target is fixed to Linux and Arm64, and the Flutter Engine ver

#### Flutter Engine version
```
ENGINE_VERSION ?= "9d517f475ba1282b619477bde8e708d6a34287cf"
ENGINE_VERSION ?= "844c29f42a614420b2205c178f22d30b43a8b0bb"
```

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

| Engine version | Flutter SDK version |
| :-------------: | :-------------: |
| [844c29f42a614420b2205c178f22d30b43a8b0bb](https://github.com/flutter/engine/commit/844c29f42a614420b2205c178f22d30b43a8b0bb) | [2.4.0-4.2.pre (beta channel)](https://github.com/flutter/flutter/releases/tag/2.4.0-4.2.pre) |
| [9d517f475ba1282b619477bde8e708d6a34287cf](https://github.com/flutter/engine/commit/9d517f475ba1282b619477bde8e708d6a34287cf) | [2.3.0-24.1.pre (beta channel)](https://github.com/flutter/flutter/releases/tag/2.3.0-24.1.pre) |

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 recipes-graphics/flutter-engine/flutter-engine.bb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ GN_TOOLS_PYTHON2_PATH ??= "bootstrap-3.8.0.chromium.8_bin/python/bin"

require gn-args-utils.inc

# Flutter 2.3.0-24.1.pre (beta channel)
ENGINE_VERSION ?= "9d517f475ba1282b619477bde8e708d6a34287cf"
# Flutter 2.4.0-4.2.pre (beta channel)
ENGINE_VERSION ?= "844c29f42a614420b2205c178f22d30b43a8b0bb"
PACKAGECONFIG ?= "release-mode"
PACKAGECONFIG[debug-mode] = "--runtime-mode debug --unoptimized"
PACKAGECONFIG[profile-mode] = "--runtime-mode profile --no-lto"
Expand Down

0 comments on commit dda49e5

Please sign in to comment.