更新说明:
1、imageKnife依赖更名为library Signed-off-by: 明月清风 <qiufeihu1@h-partners.com>
This commit is contained in:
parent
bc2f0e9f96
commit
2fe52e94fb
|
@ -6,6 +6,7 @@
|
|||
- 部分release释放放在异步
|
||||
- requestInStream的回调改成异步
|
||||
- 修复tasktool出现crash问题
|
||||
- imageKnife依赖更名为library
|
||||
|
||||
|
||||
## 2.1.1-rc.4
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"name": "imageknife",
|
||||
"srcPath": "./imageknife"
|
||||
"name": "library",
|
||||
"srcPath": "./library"
|
||||
},
|
||||
{
|
||||
"name": "gpu_transform",
|
||||
|
|
|
@ -6,11 +6,8 @@
|
|||
"repository": {},
|
||||
"version": "2.1.1-rc.5",
|
||||
"dependencies": {
|
||||
// 如果测试entry的demo需要开启以下2个依赖, 然后点击entry勾选 Edit Configurations->点击Deploy Multi Hap->勾选Deploy Multi Hap Packages
|
||||
// 然后点击module栏目 把library也勾选上,这样就可以在HSP场景下测试Entry里面的HSP场景
|
||||
"@ohos/libraryimageknife": "file:../sharedlibrary",
|
||||
"@ohos/disklrucache": "^2.0.2-rc.0",
|
||||
// 下面这个依赖是为了跑XTS用例的,需要跑XTS时,需要注释上面2个依赖单独使用imageknife依赖
|
||||
"@ohos/imageknife": "file:../imageknife"
|
||||
"@ohos/imageknife": "file:../library"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,5 +27,5 @@
|
|||
],
|
||||
"license": "Apache License 2.0",
|
||||
"devDependencies": {},
|
||||
"name": "@ohos/imageknife"
|
||||
"name": "library"
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue