!413 内置应用适配IDE升级

Merge pull request !413 from 李石博/OpenHarmony-4.0-Release
This commit is contained in:
openharmony_ci
2023-10-25 00:59:05 +00:00
committed by Gitee
3 changed files with 7 additions and 6 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
{
"app": {
"compileSdkVersion": 10,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "release"
"signingConfig": "release",
"compileSdkVersion": 10,
"compatibleSdkVersion": 9
}
]
},
@@ -30,6 +30,7 @@ export type ListenerHandle = {
unRegister: () => void;
};
export type PluginData = {
// @ts-ignore
[key: string | number]: any;
};
+3 -3
View File
@@ -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"
}
}
}