diff --git a/CHANGELOG.md b/CHANGELOG.md index 41c3747490f867dfdd4fc27143bf6bc194a83671..ef506c2e0c72a549faf97c9b0d46fed489f1174b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.0.1-SNAPSHOT +## 0.0.2-SNAPSHOT * ohos 第一个版本,完整实现了原库的全部 api * 与原项目显示有轻微差异(原项目按钮自带点击效果,openharmony按钮没有带点击效果) diff --git a/README.md b/README.md index 04d16454825393f5649fa4ec4a1e68ad00b6e8f1..ced15494f7ba0ff23a2f28ad905e90e9a22202e1 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ 2.在entry模块的build.gradle文件中, ``` dependencies { - implementation('com.gitee.chinasoft_ohos:SimpleRatingBar:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:SimpleRatingBar:0.0.2-SNAPSHOT') ...... } ``` @@ -84,7 +84,7 @@ CloudTest代码测试无异常 #### 版本迭代 -- 0.0.1-SNAPSHOT +- 0.0.2-SNAPSHOT #### 版权和许可信息 MIT License diff --git a/entry/build.gradle b/entry/build.gradle index 5aacba720be01a6a0ade783d26885c4a4580ff12..e85dd3cbb379a1d27f3b7ea84cb3e4e7c0dd1b61 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -20,8 +20,8 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' - // implementation('com.gitee.chinasoft_ohos:SimpleRatingBar:0.0.1-SNAPSHOT') - compile project(":library") + implementation('com.gitee.chinasoft_ohos:SimpleRatingBar:0.0.2-SNAPSHOT') + // compile project(":library") } decc { supportType = ['html','xml']