From 2053771ba7c2620ac94178618ec5b87c4510708c Mon Sep 17 00:00:00 2001 From: zmf <279822581@qq.com> Date: Sat, 6 Jan 2024 17:20:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8Dapi11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zmf <279822581@qq.com> --- shell/platform/ohos/flutter_embedding/build-profile.json5 | 6 +++--- .../ohos/flutter_embedding/hvigor/hvigor-config.json5 | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/shell/platform/ohos/flutter_embedding/build-profile.json5 b/shell/platform/ohos/flutter_embedding/build-profile.json5 index 4c7fb9d2b2..ae4533ee39 100755 --- a/shell/platform/ohos/flutter_embedding/build-profile.json5 +++ b/shell/platform/ohos/flutter_embedding/build-profile.json5 @@ -20,8 +20,8 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": "4.0.0(10)", - "compatibleSdkVersion": "4.0.0(10)", + "compileSdkVersion": "4.1.0(11)", + "compatibleSdkVersion": "4.1.0(11)", "runtimeOS": "HarmonyOS", } ] @@ -32,4 +32,4 @@ "srcPath": "./flutter" } ] -} \ No newline at end of file +} diff --git a/shell/platform/ohos/flutter_embedding/hvigor/hvigor-config.json5 b/shell/platform/ohos/flutter_embedding/hvigor/hvigor-config.json5 index 7885cddc3c..6d7798b4ab 100755 --- a/shell/platform/ohos/flutter_embedding/hvigor/hvigor-config.json5 +++ b/shell/platform/ohos/flutter_embedding/hvigor/hvigor-config.json5 @@ -14,9 +14,8 @@ */ { - "hvigorVersion": "file:../dependencies/hvigor-3.0.9-s.tgz", + "hvigorVersion": "file:../dependencies/hvigor-3.2.1-s.tgz", "dependencies": { - "@ohos/hvigor-ohos-plugin": "file:../dependencies/hvigor-ohos-plugin-3.0.9-s.tgz", - "rollup": "file:../dependencies/rollup.tgz", + "@ohos/hvigor-ohos-plugin": "file:../dependencies/hvigor-ohos-plugin-3.2.1-s.tgz", } } \ No newline at end of file -- Gitee