From 6cadce5343ada24a4f986e534506410b1acca273 Mon Sep 17 00:00:00 2001 From: Philippe Coval <philippe.coval.ext@huawei.com> Date: Wed, 22 Jun 2022 16:55:18 +0200 Subject: [PATCH] conf: Pin flutter tag Signed-off-by: Philippe Coval <philippe.coval.ext@huawei.com> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 4199de3..898cf83 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -24,7 +24,7 @@ LAYERDEPENDS_meta-oniro-blueprint-flutter = " \ LAYERSERIES_COMPAT_meta-oniro-blueprint-flutter = "dunfell honister kirkstone" # Pin latest tag: https://github.com/meta-flutter/meta-flutter/pull/71 -# FLUTTER_SDK_TAG ?= "2.10.3" +FLUTTER_SDK_TAG ?= "3.0.1" # FLUTTER_CHANNEL ?= "stable" FLUTTER_RUNTIME ?= "release" -- GitLab