1.修复不兼容API9问题

Signed-off-by: zhoulisheng1 <zhoulisheng1@huawei.com>
This commit is contained in:
zhoulisheng1 2023-10-13 10:07:11 +08:00 committed by zhoulisheng
parent 3423c4e16b
commit 024adbc589
6 changed files with 13 additions and 9 deletions

View File

@ -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

View File

@ -1,6 +1,10 @@
## 2.1.1-rc.0
- 修复不兼容API9问题
## 2.1.0
- ArkTs语法整改:
- ArkTs语法适配:
globalThis.ImageKnife方式已经不可使用

View File

@ -5,7 +5,7 @@
"name": "default",
"signingConfig": "default",
"compileSdkVersion": 10,
"compatibleSdkVersion": 10
"compatibleSdkVersion": 9
}
],
"buildModeSet":[

View File

@ -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"
}
}

View File

@ -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": [

View File

@ -6,6 +6,6 @@
"name": "imageknife",
"description": "example description",
"repository": {},
"version": "2.0.5-rc.0",
"version": "2.1.1-rc.0",
"dependencies": {}
}