diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d4ab5fd24c6f2877c6059e120179466320ad54f..f7543e2f39013461893008e3f717703d872da353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.0.2-SNAPSHOT +## 1.0.0 ohos 第二个版本,修复了findbugs问题,更新SDK6 ## 0.0.1-SNAPSHOT ohos 第一个版本 diff --git a/README.md b/README.md index 554e44a72b756e5e8fc0c99e0815eba9341a0fba..4e6045254004b32ae5c05c1ed68deebbca69c8f7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } @@ -27,7 +27,7 @@ allprojects { 2.在app模块的build.gradle文件中 ```gradle dependencies { - implementation('com.gitee.chinasoft_ohos:tooltips:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:tooltips:1.0.0') ...... } ``` @@ -120,7 +120,7 @@ CloudTest代码测试无异常 #### 版本迭代 -- 0.0.2-SNAPSHOT +- 1.0.0 #### 版权和许可信息 ```