1 Star 0 Fork 318

徐仕强/applications_settings

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build-profile.json5 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
chenlang 提交于 2023-11-13 09:58 . sdk改为10
{
"app": {
"products": [
{
"name": "default",
"signingConfig": "release",
"compileSdkVersion": 11,
"compatibleSdkVersion": 10
}
]
},
"modules": [
{
"name": "phone",
"srcPath": "./product/phone",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
// {
// "name": "wearable",
// "srcPath": "./product/wearable",
// "targets": [
// {
// "name": "default",
// "applyToProducts": [
// "default"
// ]
// }
// ]
// },
{
"name": "component",
"srcPath": "./common/component",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "search",
"srcPath": "./common/search",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "settingsBase",
"srcPath": "./common/settingsBase",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "utils",
"srcPath": "./common/utils",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xushiqiang999/applications_settings.git
git@gitee.com:xushiqiang999/applications_settings.git
xushiqiang999
applications_settings
applications_settings
master

搜索帮助