!59 修复不兼容API9问题

Merge pull request !59 from zhoulisheng1/master
This commit is contained in:
openharmony_ci 2023-10-13 09:45:45 +00:00 committed by Gitee
commit 2193c83426
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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": {}
}