Skip to content

Commit

Permalink
Update for flutter 2.10.5 (flutter/engine is the same version as 2.10…
Browse files Browse the repository at this point in the history
….4) (#36)

Signed-off-by: Hidenori.Matsubayashi <[email protected]>
  • Loading branch information
HidenoriMatsubayashi authored Apr 22, 2022
1 parent 29a2fa6 commit 5818f86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ When creating a Flutter project, you will need to use the following version of t

| Engine version | Flutter SDK version |
| :-------------: | :-------------: |
| [57d3bac3dd5cb5b0e464ab70e7bc8a0d8cf083ab](https://github.com/flutter/engine/commit/57d3bac3dd5cb5b0e464ab70e7bc8a0d8cf083ab) | [2.10.4 (stable channel)](https://github.com/flutter/flutter/releases/tag/2.10.4) |
| [57d3bac3dd5cb5b0e464ab70e7bc8a0d8cf083ab](https://github.com/flutter/engine/commit/57d3bac3dd5cb5b0e464ab70e7bc8a0d8cf083ab) | [2.10.5 (stable channel)](https://github.com/flutter/flutter/releases/tag/2.10.5) |

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
2 changes: 1 addition & 1 deletion recipes-graphics/flutter-engine/flutter-engine.bb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GN_TOOLS_PYTHON2_PATH ??= "[email protected]_bin"

require gn-args-utils.inc

# Flutter 2.10.4 (stable channel)
# Flutter 2.10.5 (stable channel)
ENGINE_VERSION ?= "57d3bac3dd5cb5b0e464ab70e7bc8a0d8cf083ab"
PACKAGECONFIG ?= "release-mode"
PACKAGECONFIG[debug-mode] = "--runtime-mode debug --unoptimized"
Expand Down

0 comments on commit 5818f86

Please sign in to comment.