Skip to content

Commit

Permalink
Update for flutter 3.7.10 (#80)
Browse files Browse the repository at this point in the history
Signed-off-by: Hidenori Matsubayashi <[email protected]>
  • Loading branch information
HidenoriMatsubayashi authored Apr 7, 2023
1 parent d137b46 commit da54622
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ When creating a Flutter project, you will need to use the following version of t

| Engine version | Flutter SDK version |
| :-------------: | :-------------: |
| [ec975089acb540fc60752606a3d3ba809dd1528b](https://github.com/flutter/engine/commit/ec975089acb540fc60752606a3d3ba809dd1528b) | [3.7.9 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.7.9) |
| [ec975089acb540fc60752606a3d3ba809dd1528b](https://github.com/flutter/engine/commit/ec975089acb540fc60752606a3d3ba809dd1528b) | [3.7.10 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.7.10) |

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 conf/flutter-engine.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Flutter 3.7.9 (stable channel)
# Flutter 3.7.10 (stable channel)
ENGINE_VERSION ?= "ec975089acb540fc60752606a3d3ba809dd1528b"

# Flutter Build Mode [debug-mode|profile-mode|release-mode]
Expand Down
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 = "9b58e60c789ef81a6cda0eba9b33170e0db98adc"
SRCREV = "393c4e09f56f0f65dcbfa68110147d4846b1f7c6"
S = "${WORKDIR}/git"

0 comments on commit da54622

Please sign in to comment.