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
1 changed files with 11 additions and 4 deletions

View File

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