diff --git a/CHANGELOG.md b/CHANGELOG.md index 3afba08c42d5abf63ed96693669413a34d7a5da6..f816e7f9d7421ef5823c0ca43ae8cba5886051e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.0 +正式版本 + ## 0.0.1-SNAPSHOT ohos 第一个版本 diff --git a/README.md b/README.md index bd88dd7423ac3aac3e841c71dff967b2e9faebae..168e9f4fe8014a90845d2f56056977207575514c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } @@ -32,7 +32,7 @@ allprojects { ``` dependencies { - implementation('com.gitee.chinasoft_ohos:GalleryLayoutManager:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:GalleryLayoutManager:1.0.0') ...... } ``` @@ -94,7 +94,7 @@ CloudTest代码测试无异常 ## 版本迭代 -- 0.0.1-SNAPSHOT +- 1.0.0 ## 版权和许可信息 diff --git a/build.gradle b/build.gradle index 8bda30fbe7247b3e3ad758c890154c7c86a16fa2..33386cd53d10e83481c0996b6ac68d6bdd3c5600 100644 --- a/build.gradle +++ b/build.gradle @@ -38,5 +38,8 @@ allprojects { maven { url 'http://106.15.92.248:8081/repository/Releases/' } + maven { + url 'https://s01.oss.sonatype.org/content/repositories/releases/' + } } } diff --git a/entry/build.gradle b/entry/build.gradle index 43b80a54aa4096b29a12ed59af34332525a6fa72..f4501b965b50200e33dfa7ad61e9a9bb1fe5e423 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -22,13 +22,13 @@ dependencies { testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.200' //图片高斯模糊 - implementation 'com.gitee.chinasoft_ohos:blurkit-ohos:0.0.2-SNAPSHOT' + implementation 'com.gitee.chinasoft_ohos:blurkit-ohos:1.0.0' //本地依赖 // implementation project(':library') //远程依赖 - implementation('com.gitee.chinasoft_ohos:GalleryLayoutManager:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:GalleryLayoutManager:1.0.0') } decc { supportType = ['html','xml']