Files
ImageKnife/build-profile.json5
T
李艺为 9bf705c711 1.更新readme.md
2.更新hvigor-ohos-plugin版本由2.0.0到2.4.2

Signed-off-by: 李艺为 <liyiwei18@h-partners.com>
2023-08-03 11:52:25 +08:00

35 lines
581 B
Plaintext

{
"app": {
"compileSdkVersion": 9,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "default"
}
],
"signingConfigs": []
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "imageknife",
"srcPath": "./imageknife"
},
{
"name": "gpu_transform",
"srcPath": "./gpu_transform"
}
]
}