mirror of
https://gitee.com/openharmony/applications_settings_data
synced 2025-02-17 05:09:14 +00:00
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"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|