mirror of
https://gitee.com/openharmony/applications_screenshot
synced 2024-11-22 22:51:26 +00:00
a47892f203
Signed-off-by: 李一鸣 <liyiming21@huawei.com>
29 lines
521 B
Plaintext
29 lines
521 B
Plaintext
{
|
|
"app": {
|
|
"products": [
|
|
{
|
|
"name": "default",
|
|
"signingConfig": "release",
|
|
"compileSdkVersion": 12,
|
|
"compatibleSdkVersion": 12,
|
|
"targetSdkVersion": 12,
|
|
"runtimeOS": "OpenHarmony",
|
|
}
|
|
],
|
|
"signingConfigs": []
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "phone",
|
|
"srcPath": "./product/phone",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default",
|
|
],
|
|
},
|
|
],
|
|
}
|
|
],
|
|
} |