mirror of
https://gitee.com/openharmony/applications_settings_data
synced 2024-11-23 06:40:11 +00:00
e3085930c7
Signed-off-by: liminjie10 <liminjie10@huawei.com>
28 lines
437 B
Plaintext
28 lines
437 B
Plaintext
{
|
|
"app": {
|
|
"signingConfigs": [
|
|
],
|
|
"compileSdkVersion": 10,
|
|
"compatibleSdkVersion": 10,
|
|
"products": [
|
|
{
|
|
"name": "default",
|
|
"signingConfig": "default",
|
|
}
|
|
]
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "entry",
|
|
"srcPath": "./entry",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |