diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e799660e32ad11c1273eff9b1dedecad35b3068..d989db9adee6bdf5253e42b440e7bacbc96fd95e 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 优化图片插入和加载网络图片 diff --git a/README.md b/README.md index c54fbee152493597245c967df25aef33ba65f71b..75ab5c3d28f2fbf25cd5094fc3c3ac0c832bc1b0 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 0d920c9ae8af4c9bc3c508baaaeecf49885b6ed4..c7bd20bb4debe34c29ea079b48c549b6c68e4971 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')