diff --git a/.gitignore b/.gitignore index 0ec1c51672e6c97a4b676a9fe2a09a62820db640..9ef93bc0eb72659251d41ed7a211b7dd8954d73f 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 26cd0a704241b25f804f86b9bb8db2f41fb49f60..9f48a51605f689468dbfa34f2d95b14d719e7b1a 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 b33841ecbe0adddc533c032ef237c12a43bfe941..a0240e39a4b5c2e40a4ecb79f243522b58775e40 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 000ba0ef406e7b8dffb671750f888a0e845c60e5..0000000000000000000000000000000000000000 --- a/lib/lib.iml +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file