From 04b02b66b5ad30ed09dc55856c6e378d3d99f71c Mon Sep 17 00:00:00 2001 From: l00827650 Date: Wed, 25 Oct 2023 05:28:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E7=BD=AE=E5=BA=94=E7=94=A8=E9=80=82?= =?UTF-8?q?=E9=85=8DIDE=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: l00827650 --- build-profile.json5 | 6 +++--- hvigor/hvigor-config.json5 | 6 +++--- 2 files changed, 6 insertions(+), 6 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..e75281b 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" } -} +} \ No newline at end of file -- Gitee