From a47b924b660efb5d7f0f7034b6a74120e1a330cb Mon Sep 17 00:00:00 2001 From: 258767-shengyu <1qaz2wsx> Date: Wed, 28 Jul 2021 14:42:38 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++++- README.md | 4 ++-- entry/build.gradle | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 959c077..e4c100c 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 42f78db..ac851cb 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/entry/build.gradle b/entry/build.gradle index 800c206..019e9d5 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 { -- Gitee From 63bbf48081c6afc8a5f452f08cf2552003420a96 Mon Sep 17 00:00:00 2001 From: 258767-shengyu <1qaz2wsx> Date: Wed, 28 Jul 2021 14:55:59 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a4bbee5..9d4eb5c 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/' -- Gitee