Fix Flutter version 87/29387/1
authorScott Murray <scott.murray@konsulko.com>
Mon, 6 Nov 2023 21:24:53 +0000 (16:24 -0500)
committerScott Murray <scott.murray@konsulko.com>
Mon, 6 Nov 2023 21:24:53 +0000 (16:24 -0500)
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>
meta-agl-flutter/conf/include/agl-flutter.inc

index 2bd5ffd..f03adfb 100644 (file)
@@ -1,3 +1,3 @@
 AGL_FEATURES += "agl-flutter"
 
-FLUTTER_SDK_TAG = "3.13.2"
+FLUTTER_SDK_TAG = "3.13.9"