From ec5f435c10bc9f5993789265ba1836841e4ad9a4 Mon Sep 17 00:00:00 2001 From: w00356339 Date: Tue, 28 Nov 2023 11:57:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7hivigor=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wonder <769425456@qq.com> --- build-profile.json5 | 6 +++--- hvigor/hvigor-config.json5 | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build-profile.json5 b/build-profile.json5 index 89e9c7d..d822ee9 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -1,11 +1,11 @@ { "app": { - "compileSdkVersion": 10, - "compatibleSdkVersion": 9, "products": [ { "name": "default", - "signingConfig": "default" + "signingConfig": "default", + "compileSdkVersion": 10, + "compatibleSdkVersion": 9 } ] }, diff --git a/hvigor/hvigor-config.json5 b/hvigor/hvigor-config.json5 index e2ea668..3a4f957 100644 --- a/hvigor/hvigor-config.json5 +++ b/hvigor/hvigor-config.json5 @@ -1,7 +1,7 @@ { - "hvigorVersion": "2.0.0", + "hvigorVersion": "3.0.2", "dependencies": { - "@ohos/hvigor-ohos-plugin": "2.0.0" + "@ohos/hvigor-ohos-plugin": "3.0.2" }, "execution": { // "daemon": true, /* Enable daemon compilation. Default: true */