From 28b51a2e61e0421722a0a2c25e07516841ec259b Mon Sep 17 00:00:00 2001 From: JiangJun <2680104782@qq.com> Date: Fri, 29 Oct 2021 10:14:45 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E5=86=85?= =?UTF-8?q?=E5=AE=B9=EF=BC=9A=E3=80=91=20md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 -- entry/build.gradle | 1 - 2 files changed, 3 deletions(-) diff --git a/README.md b/README.md index c54fbee..75ab5c3 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,6 @@ allprojects { ```gradle dependencies { implementation('com.gitee.chinasoft_ohos:XRichText:1.0.0') - implementation('com.gitee.chinasoft_ohos:viewpagerlib:1.0.0') - implementation('com.gitee.chinasoft_ohos:photoalbum:1.0.0') ...... } ``` diff --git a/entry/build.gradle b/entry/build.gradle index 0d920c9..c7bd20b 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -20,7 +20,6 @@ dependencies { testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' implementation project(':xrichtext') -// implementation('com.gitee.chinasoft_ohos:XRichText:1.0.0') implementation('com.gitee.chinasoft_ohos:viewpagerlib:1.0.0') implementation('com.gitee.chinasoft_ohos:photoalbum:1.0.0') -- Gitee From 85a6d9b14a6d6d5184959a2320f7f1bac737a7c5 Mon Sep 17 00:00:00 2001 From: JiangJun <2680104782@qq.com> Date: Fri, 29 Oct 2021 10:26:46 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E5=86=85?= =?UTF-8?q?=E5=AE=B9=EF=BC=9A=E3=80=91=20md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e79966..d989db9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## 1.0.0 ohos 1.0.0版本 -* 1、library已更名photoalbum,主要为实例中引入的相机、相册、图片相应信息获取,已上传依赖仓库 -* 2、viewpagerlib主要为实例中处理view中图片,已上传依赖仓库 +* 1、library已更名photoalbum,主要为实例中引入的相机、相册、图片相应信息获取,本地已删除,已上传依赖仓库 +* 2、viewpagerlib主要为实例中处理view中图片,本地已删除,已上传依赖仓库 ## 0.0.2-SNAPSHOT 优化图片插入和加载网络图片 -- Gitee