From 1906db8b0472498928c210f0ae911bd176a8c4e0 Mon Sep 17 00:00:00 2001 From: wjt983049539 Date: Mon, 28 Jun 2021 10:02:03 +0800 Subject: [PATCH 1/5] =?UTF-8?q?SDK=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 75ff32d..d8bca9b 100644 --- a/build.gradle +++ b/build.gradle @@ -19,8 +19,8 @@ buildscript { jcenter() } dependencies { - classpath 'com.huawei.ohos:hap:2.4.4.2' - classpath 'com.huawei.ohos:decctest:1.0.0.7' + classpath 'com.huawei.ohos:hap:2.4.5.0' + classpath 'com.huawei.ohos:decctest:1.2.4.1' } } -- Gitee From 3f04bed546e609a1a88fe220f854a62a2ff4353d Mon Sep 17 00:00:00 2001 From: wjt983049539 Date: Mon, 28 Jun 2021 10:47:59 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E6=9C=80=E6=96=B0sdk=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/gradle.xml | 3 ++- .idea/jarRepositories.xml | 5 +++++ README.md | 2 +- build.gradle | 2 +- entry/build.gradle | 2 +- entry/src/main/config.json | 5 ----- entry/src/ohosTest/config.json | 5 ----- library/build.gradle | 2 +- library/src/main/config.json | 5 ----- 9 files changed, 11 insertions(+), 20 deletions(-) diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 10f0aec..1d53485 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,12 +1,13 @@ + \ No newline at end of file diff --git a/README.md b/README.md index 917f156..79b1800 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - 项目移植状态:已完成 - 调用差异:无 - 基线版本:Release 1.0.0 -- 开发版本:sdk5,DevEco Studio2.1 Release +- 开发版本:sdk6,DevEco Studio2.2 Beta1 ## 演示效果 diff --git a/build.gradle b/build.gradle index d8bca9b..a4bbee5 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.huawei.ohos.app' ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } diff --git a/entry/build.gradle b/entry/build.gradle index f9869b5..95f007d 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.huawei.ohos.hap' apply plugin: 'com.huawei.ohos.decctest' ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } diff --git a/entry/src/main/config.json b/entry/src/main/config.json index b2b843f..6f84a9b 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 c26d8c9..38212cd 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": 4, - "target": 5, - "releaseType": "Release" } }, "deviceConfig": {}, diff --git a/library/build.gradle b/library/build.gradle index 25ddf0c..7e1e475 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.huawei.ohos.library' ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } diff --git a/library/src/main/config.json b/library/src/main/config.json index 669c072..22d9733 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 878013ba5320009abbc8ee0297e1f8fbe6599c37 Mon Sep 17 00:00:00 2001 From: wjt983049539 Date: Mon, 28 Jun 2021 10:53:50 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E6=9C=80=E6=96=B0sdk=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d94be3..ac8da92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -##0.0.1-SNAPSHOT +## 0.0.2-SNAPSHOT ohos 第一个版本,完整实现了原库的全部 api \ No newline at end of file -- Gitee From fb144583afac9253668f864ec0504577523e574c Mon Sep 17 00:00:00 2001 From: wjt983049539 Date: Mon, 28 Jun 2021 11:00:10 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E6=9C=80=E6=96=B0sdk=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac8da92..111a3ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -## 0.0.2-SNAPSHOT +## 版本迭代 0.0.2-SNAPSHOT +## 0.0.1-SNAPSHOT ohos 第一个版本,完整实现了原库的全部 api \ No newline at end of file -- Gitee From 11aa50b8fe9dc5faea583c133ef9f398e887c8bb Mon Sep 17 00:00:00 2001 From: wjt983049539 Date: Mon, 28 Jun 2021 11:07:22 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E6=9C=80=E6=96=B0sdk=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 111a3ea..8caefe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -## 版本迭代 0.0.2-SNAPSHOT +## 0.0.2-SNAPSHOT +ohos 第二个版本 +* 更新sdk6 ## 0.0.1-SNAPSHOT ohos 第一个版本,完整实现了原库的全部 api -- Gitee