diff --git a/CHANGELOG.md b/CHANGELOG.md index 959c077c12d57111bceb3e1ce72ceca516cd6f1f..e4c100cc9c9311df7625c4e87e9cebe7e1daad23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ +##1.0.0 +ohos 第三个版本 +- 正式版本 + ## 0.0.2-SNAPSHOT ohos 第二个版本,更新sdk6 ## 0.0.1-SNAPSHOT -ohos 第一个版本, +ohos 第一个版本 - 实现了原库的全部api - 因为LayoutManager中方法缺失,修改列表排列方式功能,从自定义LayoutManager 方式改成了自定义ListContainer 方式 diff --git a/README.md b/README.md index 42f78dbc88de46b12932fa14e457718047258829..ac851cb5863e6836a4f3d8b16233ee9ba5003407 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ allprojects { ``` dependencies { - implementation 'com.gitee.chinasoft_ohos:turnLayoutManager:0.0.2-SNAPSHOT' + implementation 'com.gitee.chinasoft_ohos:turnLayoutManager:1.0.0' } ``` @@ -76,7 +76,7 @@ CloudTest代码测试无异常 当前版本demo功能与原组件基本无差异 ## 版本迭代 -- 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 800c20684a0942b22e3a5261c4a709be524b5230..019e9d5e6aea027935d2054e1537edca7ddf1d34 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:turnLayoutManager:0.0.2-SNAPSHOT' + implementation 'com.gitee.chinasoft_ohos:turnLayoutManager:1.0.0' //implementation project(path: ':turn') } decc {