From 021ad81fb7b86ccc7eed0ec092b6d9dd8c9fc3e5 Mon Sep 17 00:00:00 2001 From: l00827650 Date: Wed, 25 Oct 2023 05:14:07 +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 +++--- .../src/main/ets/plugindatasource/common/BundleParseUtil.ts | 1 + hvigor/hvigor-config.json5 | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/build-profile.json5 b/build-profile.json5 index 5b5cc068..b5c83cb5 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -1,11 +1,11 @@ { "app": { - "compileSdkVersion": 10, - "compatibleSdkVersion": 9, "products": [ { "name": "default", - "signingConfig": "release" + "signingConfig": "release", + "compileSdkVersion": 10, + "compatibleSdkVersion": 9 } ] }, diff --git a/common/src/main/ets/plugindatasource/common/BundleParseUtil.ts b/common/src/main/ets/plugindatasource/common/BundleParseUtil.ts index fe9d7c02..5d8669f2 100644 --- a/common/src/main/ets/plugindatasource/common/BundleParseUtil.ts +++ b/common/src/main/ets/plugindatasource/common/BundleParseUtil.ts @@ -30,6 +30,7 @@ export type ListenerHandle = { unRegister: () => void; }; export type PluginData = { + // @ts-ignore [key: string | number]: any; }; diff --git a/hvigor/hvigor-config.json5 b/hvigor/hvigor-config.json5 index 0450bec2..e75281b2 100644 --- a/hvigor/hvigor-config.json5 +++ b/hvigor/hvigor-config.json5 @@ -1,6 +1,6 @@ { - "hvigorVersion": "2.4.2", + "hvigorVersion": "3.0.2", "dependencies": { - "@ohos/hvigor-ohos-plugin": "2.4.2" + "@ohos/hvigor-ohos-plugin": "3.0.2" } -} +} \ No newline at end of file