diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f00343e96e8922142600c117006191b5b727581..3e4b5867dcccce6c5c1a6b6c2579dc38c28b5282 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 70107243b5e322d3f57069951ab10c51c8bacd10..ef34ee78f2124ec70c047d514d9f7926352ce9d3 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 b6e864911adc8cfe567a45cca24e08644f9007aa..c89c86df548dcf892ee420ea23e74de622b713e8 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']