mirror of
https://gitee.com/openharmony/applications_settings_data
synced 2024-11-27 00:40:37 +00:00
a1c1b181e7
Signed-off-by: chenlang10 <chenlang28@h-partners.com>
28 lines
444 B
Plaintext
28 lines
444 B
Plaintext
{
|
|
"app": {
|
|
"signingConfigs": [
|
|
],
|
|
"products": [
|
|
{
|
|
"name": "default",
|
|
"signingConfig": "default",
|
|
"compileSdkVersion": 10,
|
|
"compatibleSdkVersion": 10
|
|
}
|
|
]
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "entry",
|
|
"srcPath": "./entry",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |