1.更新build-profile.json5文件

Signed-off-by: zhoulisheng1 <zhoulisheng1@huawei.com>
This commit is contained in:
zhoulisheng1
2023-09-25 17:15:09 +08:00
parent d9f4414212
commit e0589c6283

View File

@@ -1,14 +1,21 @@
{
"app": {
"compileSdkVersion": 9,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "default"
"signingConfig": "default",
"compileSdkVersion": 10,
"compatibleSdkVersion": 10
}
],
"signingConfigs": []
"buildModeSet":[
{
"name":"debug"
},
{
"name":"release"
}
]
},
"modules": [
{