From 76efcbc0c1a968849a73cf656bd95889959cb42c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=98=E6=B6=9B=E6=B6=9B?= Date: Thu, 24 Jun 2021 06:56:47 +0000 Subject: [PATCH 1/3] update README.md. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3951f18..392d34c 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ - 功能:实现ViewPager垂直方向页面滑动,实现滚动页面缩放效果。 - 项目移植状态:主功能完成 - 调用差异:无 -- 基线版本:release Master -- 开发版本:sdk5,DevEco Studio2.1 Release +- 基线版本:Release Master +- 开发版本:sdk5,DevEco Studio 2.1 Release #### 效果演示 @@ -34,7 +34,7 @@ } ``` -在sdk5,DevEco Studio2.1 Release下项目可直接运行 +在sdk5,DevEco Studio 2.1 Release下项目可直接运行 如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件, 并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 -- Gitee From ff175a67d43ef66059225de1f36195a67f5d81af Mon Sep 17 00:00:00 2001 From: shetaotao Date: Mon, 5 Jul 2021 17:48:05 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E9=80=82=E9=85=8DSDK6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++-- README.md | 12 ++++++------ build.gradle | 8 ++++---- entry/build.gradle | 8 ++++---- entry/src/main/config.json | 5 ----- entry/src/ohosTest/config.json | 5 ----- library/build.gradle | 6 +++--- library/src/main/config.json | 5 ----- 8 files changed, 24 insertions(+), 34 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9edc823..f96fd8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ -## 0.0.1-SNAPSHOT +## 0.0.2-SNAPSHOT +ohos 第2个版本 + * 更新sdk6 -ohos 第一个版本,完整实现了原库的全部 api +## 0.0.1-SNAPSHOT +ohos 第1个版本 + * 完整实现了原库的全部 api + diff --git a/README.md b/README.md index 3951f18..7596681 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ - 功能:实现ViewPager垂直方向页面滑动,实现滚动页面缩放效果。 - 项目移植状态:主功能完成 - 调用差异:无 -- 基线版本:release Master -- 开发版本:sdk5,DevEco Studio2.1 Release +- 开发版本:sdk6,DevEco Studio 2.2 Beta1 +- 基线版本:Release Master #### 效果演示 @@ -29,12 +29,12 @@ 2.在entry模块的build.gradle文件中, ``` dependencies { - implementation('com.gitee.chinasoft_ohos:VerticalViewPager:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:VerticalViewPager:0.0.2-SNAPSHOT') ...... } ``` -在sdk5,DevEco Studio2.1 Release下项目可直接运行 +在sdk6,DevEco Studio 2.2 Beta1下项目可直接运行 如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件, 并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 @@ -64,13 +64,13 @@ CodeCheck代码测试无异常 CloudTest代码测试无异常 -火绒安全病毒安全检测通过 +病毒安全检测通过 当前版本demo功能与原组件基本无差异 #### 版本迭代 -- 0.0.1-SNAPSHOT +- 0.0.2-SNAPSHOT #### 版权和许可信息 ``` diff --git a/build.gradle b/build.gradle index 13cb90a..247042d 100755 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,9 @@ apply plugin: 'com.huawei.ohos.app' ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { - compatibleSdkVersion 4 + compatibleSdkVersion 5 } } @@ -18,8 +18,8 @@ buildscript { jcenter() } dependencies { - classpath 'com.huawei.ohos:hap:2.4.4.2' - classpath 'com.huawei.ohos:decctest:1.0.0.6' + classpath 'com.huawei.ohos:hap:2.4.5.0' + classpath 'com.huawei.ohos:decctest:1.2.4.1' } } diff --git a/entry/build.gradle b/entry/build.gradle index cd4476d..54137b0 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -1,9 +1,9 @@ apply plugin: 'com.huawei.ohos.hap' apply plugin: 'com.huawei.ohos.decctest' ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { - compatibleSdkVersion 4 + compatibleSdkVersion 5 } buildTypes { release { @@ -18,10 +18,10 @@ ohos { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) - implementation('com.gitee.chinasoft_ohos:VerticalViewPager:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:VerticalViewPager:0.0.2-SNAPSHOT') testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' } decc { - supportType = ['html','xml'] + supportType = ['html', 'xml'] } diff --git a/entry/src/main/config.json b/entry/src/main/config.json index 6cf394e..1c3eddc 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -5,11 +5,6 @@ "version": { "code": 1000000, "name": "1.0.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5, - "releaseType": "Release" } }, "deviceConfig": {}, diff --git a/entry/src/ohosTest/config.json b/entry/src/ohosTest/config.json index 1aeaeb5..52741cd 100644 --- a/entry/src/ohosTest/config.json +++ b/entry/src/ohosTest/config.json @@ -5,11 +5,6 @@ "version": { "code": 1000000, "name": "1.0.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5, - "releaseType": "Release" } }, "deviceConfig": {}, diff --git a/library/build.gradle b/library/build.gradle index da08760..1278c98 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -1,9 +1,9 @@ apply plugin: 'com.huawei.ohos.library' ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { - compatibleSdkVersion 4 + compatibleSdkVersion 5 } buildTypes { release { @@ -13,7 +13,7 @@ ohos { } } } - + } dependencies { diff --git a/library/src/main/config.json b/library/src/main/config.json index a43e4a5..dd880c9 100644 --- a/library/src/main/config.json +++ b/library/src/main/config.json @@ -5,11 +5,6 @@ "version": { "code": 1000000, "name": "1.0.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5, - "releaseType": "Release" } }, "deviceConfig": {}, -- Gitee From 08477755770d360792c0735d84b46e9c3be12e14 Mon Sep 17 00:00:00 2001 From: shetaotao Date: Mon, 5 Jul 2021 17:51:14 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E9=80=82=E9=85=8DSDK6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3951f18..7596681 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ - 功能:实现ViewPager垂直方向页面滑动,实现滚动页面缩放效果。 - 项目移植状态:主功能完成 - 调用差异:无 -- 基线版本:release Master -- 开发版本:sdk5,DevEco Studio2.1 Release +- 开发版本:sdk6,DevEco Studio 2.2 Beta1 +- 基线版本:Release Master #### 效果演示 @@ -29,12 +29,12 @@ 2.在entry模块的build.gradle文件中, ``` dependencies { - implementation('com.gitee.chinasoft_ohos:VerticalViewPager:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:VerticalViewPager:0.0.2-SNAPSHOT') ...... } ``` -在sdk5,DevEco Studio2.1 Release下项目可直接运行 +在sdk6,DevEco Studio 2.2 Beta1下项目可直接运行 如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件, 并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 @@ -64,13 +64,13 @@ CodeCheck代码测试无异常 CloudTest代码测试无异常 -火绒安全病毒安全检测通过 +病毒安全检测通过 当前版本demo功能与原组件基本无差异 #### 版本迭代 -- 0.0.1-SNAPSHOT +- 0.0.2-SNAPSHOT #### 版权和许可信息 ``` -- Gitee