From 5e3260624e0846cc03a6f580e56dedf0c4f77df9 Mon Sep 17 00:00:00 2001 From: nobbo Date: Wed, 25 Oct 2023 11:06:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0hvigor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nobbo --- 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 e0e91d4..4912ee0 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -16,12 +16,12 @@ { "app": { - "compileSdkVersion": 10, - "compatibleSdkVersion": 9, "products": [ { "name": "default", - "signingConfig": "default" + "signingConfig": "default", + "compileSdkVersion": 10, + "compatibleSdkVersion": 9 } ], "signingConfigs": [ diff --git a/hvigor/hvigor-config.json5 b/hvigor/hvigor-config.json5 index ff68812..63bbb5e 100644 --- a/hvigor/hvigor-config.json5 +++ b/hvigor/hvigor-config.json5 @@ -1,6 +1,6 @@ { - "hvigorVersion": "2.0.0", + "hvigorVersion": "3.0.2", "dependencies": { - "@ohos/hvigor-ohos-plugin": "2.0.0" + "@ohos/hvigor-ohos-plugin": "3.0.2" } }