diff --git a/CHANGELOG.md b/CHANGELOG.md index e3d3e6dcd4ca3acec8488e7e22bf48061937c8f5..724d0506fb97f3891f277c21995a7fadc9114a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -## 0.0.2-SNAPSHOT +## 1.0.0 +发布正式版本 + +## 0.0.2-SNAPSHOT ohos 第2个版本 * 更新sdk6 diff --git a/README.md b/README.md index eca901469913f0c58891b38d1b17b817a09adaa9..50847a00f4ccb6f4f300448e2819d8f3fa016d7c 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/' } } } @@ -27,7 +27,7 @@ ``` dependencies { - implementation('com.gitee.chinasoft_ohos:vntNumber_PickerPre:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:vntNumber_PickerPre:1.0.0') ...... } ``` @@ -92,7 +92,8 @@ CloudTest代码测试无异常 #### 版本迭代 -- 0.0.2-SNAPSHOT +- 1.0.0 + #### 版权和许可信息 ``` diff --git a/build.gradle b/build.gradle index 85f19b13e9e69c7323796f8780a5543ad202aba1..08a9acda4863a6ab05f6d5d50bef2902bf571e8e 100644 --- a/build.gradle +++ b/build.gradle @@ -35,6 +35,9 @@ allprojects { maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' } + maven { + url 'https://s01.oss.sonatype.org/content/repositories/releases/' + } jcenter() mavenCentral() } diff --git a/entry/build.gradle b/entry/build.gradle index 76cf9264c85346fc75abb93ba67724c4d4fddf0a..f071b8d9721bbee9177306b8717ae61f28b5932b 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -20,7 +20,7 @@ dependencies { testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' implementation 'io.openharmony.tpc.thirdlib:XPopup:1.0.3' - implementation('com.gitee.chinasoft_ohos:vntNumber_PickerPre:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:vntNumber_PickerPre:1.0.0') // implementation project(path: ':library') implementation 'io.openharmony.tpc.thirdlib:RippleEffect:1.0.1' }