diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a19750cf1dbdd6a67f60589a958023cb09c35e..9cf17456058e45f1f696040a4582aeb802c0f51e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.0 +ohos 第三个版本 +- 正式版本 ## 0.0.2-SNAPSHOT ohos 第二个版本,更新SDK6 ## 0.0.1-SNAPSHOT diff --git a/README.md b/README.md index 0707389e7eddb3db2eb7122bb8c9737859a8f2e3..5085b44605cdf64fc60940dbed0c66a1e193fe1f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } @@ -26,9 +26,9 @@ allprojects { 2.在entry模块的build.gradle文件中, ``` dependencies { - implementation('com.gitee.chinasoft_ohos:ImageSelector-imagepicker:0.0.2-SNAPSHOT') - implementation('com.gitee.chinasoft_ohos:ImageSelector-cameralibrary:0.0.2-SNAPSHOT') - implementation('com.gitee.chinasoft_ohos:ImageSelector-ucrop:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:ImageSelector-imagepicker:1.0.0') + implementation('com.gitee.chinasoft_ohos:ImageSelector-cameralibrary:1.0.0') + implementation('com.gitee.chinasoft_ohos:ImageSelector-ucrop:1.0.0') ...... } ``` @@ -115,4 +115,4 @@ CloudTest代码测试无异常 #### 版本迭代 -- 0.0.2-SNAPSHOT +- 1.0.0 diff --git a/build.gradle b/build.gradle index d8bca9bd37232fa7555a360859e1f2f56c54fec0..9a49f23e50fd1ed338cbd931ded3c4733871a825 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 2852f48a7fb18f22d30fe3a88c9c1d0e07358687..12b9b0a0d4c421ad693be346a0ead58a0c742196 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -28,9 +28,9 @@ dependencies { implementation "io.openharmony.tpc.thirdlib:imageloader:1.0.0" implementation 'io.openharmony.tpc.thirdlib:glide:1.0.3' - implementation('com.gitee.chinasoft_ohos:ImageSelector-imagepicker:0.0.2-SNAPSHOT') - implementation('com.gitee.chinasoft_ohos:ImageSelector-cameralibrary:0.0.2-SNAPSHOT') - implementation('com.gitee.chinasoft_ohos:ImageSelector-ucrop:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:ImageSelector-imagepicker:1.0.0') + implementation('com.gitee.chinasoft_ohos:ImageSelector-cameralibrary:1.0.0') + implementation('com.gitee.chinasoft_ohos:ImageSelector-ucrop:1.0.0') } decc { supportType = ['html', 'xml']