mirror of
https://gitee.com/openharmony/applications_settings_data
synced 2024-11-22 22:29:51 +00:00
9fcbf0def4
Signed-off-by: chenlang <chenlang28@h-partners.com>
29 lines
445 B
Plaintext
29 lines
445 B
Plaintext
{
|
|
"app": {
|
|
"signingConfigs": [
|
|
],
|
|
"products": [
|
|
{
|
|
"name": "default",
|
|
"signingConfig": "default",
|
|
"compileSdkVersion": 11,
|
|
"compatibleSdkVersion": 10
|
|
}
|
|
]
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "entry",
|
|
"srcPath": "./entry",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|