Pre Merge pull request !80 from 明月清风/master
This commit is contained in:
commit
31c16afb4e
|
@ -6,6 +6,7 @@
|
||||||
- 部分release释放放在异步
|
- 部分release释放放在异步
|
||||||
- requestInStream的回调改成异步
|
- requestInStream的回调改成异步
|
||||||
- 修复tasktool出现crash问题
|
- 修复tasktool出现crash问题
|
||||||
|
- imageKnife依赖更名为library
|
||||||
|
|
||||||
|
|
||||||
## 2.1.1-rc.4
|
## 2.1.1-rc.4
|
||||||
|
|
|
@ -31,8 +31,8 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "imageknife",
|
"name": "library",
|
||||||
"srcPath": "./imageknife"
|
"srcPath": "./library"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "gpu_transform",
|
"name": "gpu_transform",
|
||||||
|
|
|
@ -6,11 +6,8 @@
|
||||||
"repository": {},
|
"repository": {},
|
||||||
"version": "2.1.1-rc.5",
|
"version": "2.1.1-rc.5",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
// 如果测试entry的demo需要开启以下2个依赖, 然后点击entry勾选 Edit Configurations->点击Deploy Multi Hap->勾选Deploy Multi Hap Packages
|
|
||||||
// 然后点击module栏目 把library也勾选上,这样就可以在HSP场景下测试Entry里面的HSP场景
|
|
||||||
"@ohos/libraryimageknife": "file:../sharedlibrary",
|
"@ohos/libraryimageknife": "file:../sharedlibrary",
|
||||||
"@ohos/disklrucache": "^2.0.2-rc.0",
|
"@ohos/disklrucache": "^2.0.2-rc.0",
|
||||||
// 下面这个依赖是为了跑XTS用例的,需要跑XTS时,需要注释上面2个依赖单独使用imageknife依赖
|
"@ohos/imageknife": "file:../library"
|
||||||
"@ohos/imageknife": "file:../imageknife"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -27,5 +27,5 @@
|
||||||
],
|
],
|
||||||
"license": "Apache License 2.0",
|
"license": "Apache License 2.0",
|
||||||
"devDependencies": {},
|
"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