1 Star 0 Fork 87

夏天 / ohos_axios

forked from OpenHarmony-SIG / ohos_axios 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build-profile.json5 907 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"app": {
"products": [
{
"name": "default",
"signingConfig": "default",
"compileSdkVersion": 12,
//指定OpenHarmony应用/服务编译时的版本
"compatibleSdkVersion": 12,
//指定OpenHarmony应用/服务兼容的最低版本。
"targetSdkVersion": 12
//指定OpenHarmony应用/服务目标版本。若没有设置,默认为compatibleSdkVersion
}
],
"signingConfigs": []
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "library",
"srcPath": "./library",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/summor/ohos_axios.git
git@gitee.com:summor/ohos_axios.git
summor
ohos_axios
ohos_axios
master

搜索帮助