修改build-profile.json5文件

Signed-off-by: shenglili <shengli9@huawei.com>
This commit is contained in:
shenglili 2023-02-01 14:31:33 +08:00
parent 336de58a10
commit 77f2758214

View File

@ -1,6 +1,6 @@
{
"app": {
"compileSdkVersion": 9,
"compileSdkVersion": 10,
"compatibleSdkVersion": 9,
"products": [
{
@ -8,20 +8,7 @@
"signingConfig": "release"
}
],
"signingConfigs": [
{
"name": "release",
"material": {
"storePassword": "",
"certpath": "",
"keyAlias": "OpenHarmony Application Release",
"keyPassword": "",
"profile": ".p7b",
"signAlg": "SHA256withECDSA",
"storeFile": ".p12"
}
}
]
"signingConfigs": []
},
"modules": [
{