1 Star 0 Fork 97

huangguofeng/ohos_axios

forked from OpenHarmony-SIG/ohos_axios 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build-profile.json5 906 Bytes
一键复制 编辑 原始数据 按行查看 历史
yang 提交于 2023-12-12 19:40 . 将模块名称axios更改为library
{
"app": {
"products": [
{
"name": "default",
"signingConfig": "default",
"compileSdkVersion": 10,
//指定OpenHarmony应用/服务编译时的版本
"compatibleSdkVersion": 9,
//指定OpenHarmony应用/服务兼容的最低版本。
"targetSdkVersion": 10
//指定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/huangguofeng0317/ohos_axios.git
git@gitee.com:huangguofeng0317/ohos_axios.git
huangguofeng0317
ohos_axios
ohos_axios
master

搜索帮助