diff --git a/README.md b/README.md index 5a23fea85f90bf9074f8ebb6a3fd8a476842968b..ed8247432a39f103726b83bc02e8168eb39aac29 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } @@ -25,7 +25,7 @@ allprojects { 2.在entry模块的build.gradle文件中, ``` dependencies { - implementation 'com.gitee.chinasoft_ohos:RecyclerViewSwipeDismiss:0.0.2-SNAPSHOT' + implementation 'com.gitee.chinasoft_ohos:RecyclerViewSwipeDismiss:1.0.0' ...... } ``` @@ -94,4 +94,4 @@ CloudTest代码测试无异常 ## 版本迭代 -- 0.0.2-SNAPSHOT +- 1.0.0 diff --git a/build.gradle b/build.gradle index a4bbee50c84428507c792bf978676f0ff6fe17a8..9d4eb5c5f398e2c6be801e91e3533114eb16e702 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ buildscript { allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } maven { url 'https://repo.huaweicloud.com/repository/maven/' diff --git a/entry/build.gradle b/entry/build.gradle index 4526faf40615b676f1f43c9fb7ad4757961c7f98..48fe1d1cbce0664573315a85844eec93ddda4187 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -20,7 +20,7 @@ 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:RecyclerViewSwipeDismiss:0.0.2-SNAPSHOT' + implementation 'com.gitee.chinasoft_ohos:RecyclerViewSwipeDismiss:1.0.0' //implementation project(path: ':library') } decc {