From 0d3661251582a2fcdd09876d4d2533ebf0d59861 Mon Sep 17 00:00:00 2001 From: 0000226003-fuchi Date: Mon, 26 Jul 2021 16:08:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 +++- README.md | 4 ++-- entry/build.gradle | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f00343..3e4b586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,4 @@ -## 0.0.1-SNAPSHOT +## 0.0.2-SNAPSHOT +ohos 第2个版本,修改了代码规范 +## 0.0.1-SNAPSHOT ohos 第1个版本,实现了原库的全部api \ No newline at end of file diff --git a/README.md b/README.md index 7010724..ef34ee7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ allprojects { 在entry模块中的build.gradle文件中添加 ``` dependencies { - implementation ('com.gitee.chinasoft_ohos:unifiedCircularProgress:0.0.1-SNAPSHOT') + implementation ('com.gitee.chinasoft_ohos:unifiedCircularProgress:0.0.2-SNAPSHOT') ···· } ``` @@ -56,4 +56,4 @@ CloudTest代码测试无异常 当前版本demo功能与原组件基本无差异 ## 版本迭代 -> * 0.0.1-SNAPSHOT \ No newline at end of file +> * 0.0.2-SNAPSHOT \ No newline at end of file diff --git a/entry/build.gradle b/entry/build.gradle index b6e8649..c89c86d 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -22,7 +22,7 @@ dependencies { ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.200' // implementation project(':library') - implementation ('com.gitee.chinasoft_ohos:unifiedCircularProgress:0.0.1-SNAPSHOT') + implementation ('com.gitee.chinasoft_ohos:unifiedCircularProgress:0.0.2-SNAPSHOT') } decc { supportType = ['html', 'xml'] -- Gitee