From bb89550215c6e61c1d092263d7f6cbbfe55607af Mon Sep 17 00:00:00 2001 From: wu361 Date: Fri, 23 Apr 2021 16:13:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- CHANGELOG.md | 5 +++- README.md | 6 ++-- lib/lib.iml | 80 ---------------------------------------------------- 4 files changed, 8 insertions(+), 85 deletions(-) delete mode 100644 lib/lib.iml diff --git a/.gitignore b/.gitignore index 0ec1c51..9ef93bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ *.iml .gradle -/local.properties +local.properties /.idea/caches /.idea/libraries /.idea/modules.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index 26cd0a7..9f48a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ -## 0.0.2-SNAPSHOT +## 0.0.3-SNAPSHOT * modification: Update copyright +## 0.0.2-SNAPSHOT +* optimization: Optimize code + ## 0.0.1-SNAPSHOT * refactor: For module library Android-to-OpenHarmony diff --git a/README.md b/README.md index b33841e..a0240e3 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ allprojects { ```gradle dependencies { - implementation('com.gitee.chinasoft_ohos:labelview:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:labelview:0.0.3-SNAPSHOT') ...... } ``` @@ -215,11 +215,11 @@ CloudTest代码测试无异常 当前版本demo功能与安卓原组件基本无差异 -测试员:刘飞虎 +测试员:戴星 #### 版本迭代 -- 0.0.2-SNAPSHOT +- 0.0.3-SNAPSHOT #### 版权和许可信息 Copyright 2014 linger1216 diff --git a/lib/lib.iml b/lib/lib.iml deleted file mode 100644 index 000ba0e..0000000 --- a/lib/lib.iml +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- Gitee