mirror of
https://gitee.com/openharmony-tpc/ImageKnife.git
synced 2026-07-13 21:24:37 +08:00
9bf705c711
2.更新hvigor-ohos-plugin版本由2.0.0到2.4.2 Signed-off-by: 李艺为 <liyiwei18@h-partners.com>
35 lines
581 B
Plaintext
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"
|
|
}
|
|
]
|
|
} |