mirror of
https://github.com/openharmony/applications_theme.git
synced 2026-07-01 10:05:33 -04:00
058a9c9dd4
Signed-off-by: yangpeng85 <yangpeng85@huawei.com>
27 lines
403 B
Plaintext
27 lines
403 B
Plaintext
{
|
|
"app": {
|
|
"signingConfigs": [],
|
|
"compileSdkVersion": 9,
|
|
"compatibleSdkVersion": 9,
|
|
"products": [
|
|
{
|
|
"name": "default",
|
|
},
|
|
],
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "entry",
|
|
"srcPath": "./entry",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
}
|