1.修复不兼容API9问题
Signed-off-by: zhoulisheng1 <zhoulisheng1@huawei.com>
This commit is contained in:
parent
3423c4e16b
commit
024adbc589
|
@ -3,7 +3,7 @@
|
|||
"bundleName": "com.openharmony.imageknife",
|
||||
"vendor": "example",
|
||||
"versionCode": 1000000,
|
||||
"versionName": "2.0.5-rc.0",
|
||||
"versionName": "2.1.1-rc.0",
|
||||
"icon": "$media:app_icon",
|
||||
"label": "$string:app_name",
|
||||
"distributedNotificationEnabled": true
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
## 2.1.1-rc.0
|
||||
|
||||
- 修复不兼容API9问题
|
||||
|
||||
## 2.1.0
|
||||
|
||||
- ArkTs语法整改:
|
||||
- ArkTs语法适配:
|
||||
|
||||
globalThis.ImageKnife方式已经不可使用
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"name": "default",
|
||||
"signingConfig": "default",
|
||||
"compileSdkVersion": 10,
|
||||
"compatibleSdkVersion": 10
|
||||
"compatibleSdkVersion": 9
|
||||
}
|
||||
],
|
||||
"buildModeSet":[
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
"name": "entry",
|
||||
"description": "example description",
|
||||
"repository": {},
|
||||
"version": "2.0.5-rc.0",
|
||||
"version": "2.1.1-rc.0",
|
||||
"dependencies": {
|
||||
"@ohos/imageknife": "file:../imageknife",
|
||||
"@ohos/disklrucache": "^2.0.1"
|
||||
"@ohos/disklrucache": "^2.0.2-rc.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,10 +14,10 @@
|
|||
"main": "index.ets",
|
||||
"repository": "https://gitee.com/openharmony-tpc/ImageKnife",
|
||||
"type": "module",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1-rc.0",
|
||||
"dependencies": {
|
||||
"@ohos/disklrucache": "^2.0.1",
|
||||
"@ohos/svg": "^2.1.0",
|
||||
"@ohos/disklrucache": "^2.0.2-rc.0",
|
||||
"@ohos/svg": "^2.1.1-rc.0",
|
||||
"@ohos/gpu_transform": "^1.0.0"
|
||||
},
|
||||
"tags": [
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
"name": "imageknife",
|
||||
"description": "example description",
|
||||
"repository": {},
|
||||
"version": "2.0.5-rc.0",
|
||||
"version": "2.1.1-rc.0",
|
||||
"dependencies": {}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue