From 7fb53bf0018da89668e26e6bafc4a26b8385abb2 Mon Sep 17 00:00:00 2001 From: zxd191990 <1713664308@qq.com> Date: Mon, 26 Apr 2021 17:51:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9redeme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6244d8..8d87785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.0.2-SNAPSHOT +* optimization: Optimize code ## 0.0.1-SNAPSHOT * refactor: For module library Android-to-OpenHarmony ## Version 0.1.3 diff --git a/README.md b/README.md index 4ab7fe4..0e49a2f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ allprojects { 2.在entry模块的build.gradle文件中, ```gradle dependencies { - implementation('com.gitee.chinasoft_ohos:ExpandableTextView:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:ExpandableTextView:0.0.2-SNAPSHOT') ...... } ``` @@ -120,7 +120,7 @@ CloudTest代码测试无异常 #### 版本迭代 -- 0.0.1-SNAPSHOT +- 0.0.2-SNAPSHOT #### 版权和许可信息 -- Gitee