1.更新build-profile.json5文件
Signed-off-by: zhoulisheng1 <zhoulisheng1@huawei.com>
This commit is contained in:
parent
d9f4414212
commit
e0589c6283
|
@ -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": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue