diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-11-06 16:24:53 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2023-11-06 16:24:53 -0500 |
commit | 848d67b452428fd8899a3b433484e748543f0bb0 (patch) | |
tree | 821b78c73119a1fa5c4a8ea04f2fdbe33c731c55 /meta-agl-flutter/conf | |
parent | 810319d1a88afed462d0c0ed7431fe5219de31ac (diff) |
Fix Flutter version
FLUTTER_SDK_TAG needs to be bumped to 3.13.9 to match the new
default in meta-flutter from the most recent layer bump.
Bug-AGL: SPEC-4938
Change-Id: I16d95f5b3ac60d4b0d7c4f9ca26bc2f36fd1e5e2
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-flutter/conf')
-rw-r--r-- | meta-agl-flutter/conf/include/agl-flutter.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-flutter/conf/include/agl-flutter.inc b/meta-agl-flutter/conf/include/agl-flutter.inc index 2bd5ffd3..f03adfb2 100644 --- a/meta-agl-flutter/conf/include/agl-flutter.inc +++ b/meta-agl-flutter/conf/include/agl-flutter.inc @@ -1,3 +1,3 @@ AGL_FEATURES += "agl-flutter" -FLUTTER_SDK_TAG = "3.13.2" +FLUTTER_SDK_TAG = "3.13.9" |