applications_settings_data/build-profile.json5
chenlang 9fcbf0def4
update build-profile.json5.
Signed-off-by: chenlang <chenlang28@h-partners.com>
2023-11-13 01:55:05 +00:00

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"
]
}
]
}
]
}