升级hvigor

Signed-off-by: huangxiang <huangxiang45@h-partners.com>
This commit is contained in:
huangxiang 2023-11-16 10:02:16 +08:00
parent 7bd7528fbd
commit b860f8c650
2 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
{
"app": {
"compileSdkVersion": 10,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "release"
"signingConfig": "release",
"compileSdkVersion": 10,
"compatibleSdkVersion": 9
}
]
},

View File

@ -1,6 +1,6 @@
{
"hvigorVersion": "2.1.1",
"hvigorVersion": "3.0.9",
"dependencies": {
"@ohos/hvigor-ohos-plugin": "2.1.1"
"@ohos/hvigor-ohos-plugin": "3.0.9"
}
}
}