From fbeafcf5c94155c743274439f663c58c165e6cfa Mon Sep 17 00:00:00 2001 From: 258767-shengyu <1qaz2wsx> Date: Wed, 30 Jun 2021 11:13:24 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- entry/build.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6953e4a..60e4dc4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - 功能:支持四个方向切换,设置半径、偏移量、文字方向等功能 - 项目移植状态:主功能完成 - 调用差异:通过自定义listContainer对外提供调用 -- 开发版本:sdk6,DevEco Studio2.2 Beta1 +- 开发版本:sdk5,DevEco Studio2.1 Release - 基线版本:Release v1.3.1 @@ -27,11 +27,11 @@ allprojects { ``` dependencies { - implementation 'com.gitee.chinasoft_ohos:turnLayoutManager:0.0.1-SNAPSHOT' + implementation 'com.gitee.chinasoft_ohos:turnLayoutManager:0.0.2-SNAPSHOT' } ``` -在sdk6,DevEco Studio2.2 Beta1下项目可直接运行,如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件,并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 +在sdk5,DevEco Studio2.1 Release下项目可直接运行,如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件,并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 ## 使用说明 1.布局文件定义 @@ -71,7 +71,7 @@ CodeCheck代码测试无异常 CloudTest代码测试无异常 -病毒安全检测通过 +火绒安全病毒安全检测通过 当前版本demo功能与原组件基本无差异 diff --git a/entry/build.gradle b/entry/build.gradle index 64780b4..2bc48b6 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.1-SNAPSHOT' + implementation 'com.gitee.chinasoft_ohos:turnLayoutManager:0.0.2-SNAPSHOT' } decc { supportType = ['html', 'xml'] -- Gitee From 466db0b2f1543cb39f16e42a79f15e466e9c5139 Mon Sep 17 00:00:00 2001 From: 258767-shengyu <1qaz2wsx> Date: Wed, 30 Jun 2021 11:15:34 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- entry/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60e4dc4..bc9e02e 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:0.0.1-SNAPSHOT' } ``` diff --git a/entry/build.gradle b/entry/build.gradle index 2bc48b6..64780b4 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:0.0.1-SNAPSHOT' } decc { supportType = ['html', 'xml'] -- Gitee