From 0952ddd3801ba54837e9121187d51a227b838d94 Mon Sep 17 00:00:00 2001 From: lilinfeng-z <3211270061@qq.com> Date: Fri, 23 Jul 2021 15:10:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme=EF=BC=8Csdk=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- build.gradle | 2 +- contentprovider/build.gradle | 2 +- contentprovider/src/main/config.json | 5 ----- entry/build.gradle | 2 +- entry/src/main/config.json | 5 ----- entry/src/ohosTest/config.json | 5 ----- lib/build.gradle | 2 +- lib/src/main/config.json | 5 ----- livedata/build.gradle | 2 +- paging/build.gradle | 2 +- reactive-streams/build.gradle | 2 +- sqlcipher/build.gradle | 2 +- 13 files changed, 11 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index b07534d7..9ba3a1d0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - 功能:DBFlow是一个快速、高效、功能丰富数据库组件 - 项目移植状态:主功能完成 - 调用差异:无 -- 开发版本:sdk5,DevEco Studio 2.2 Beta1 +- 开发版本:sdk6,DevEco Studio 2.2 Beta1 - 基线版本:Releases 4.2.4 #### 安装教程 @@ -38,7 +38,7 @@ allprojects { } ``` -在sdk5,DevEco Studio 2.2 Beta1下项目可直接运行 +在sdk6,DevEco Studio 2.2 Beta1下项目可直接运行 如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件, 并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 @@ -146,7 +146,7 @@ CodeCheck代码测试无异常 CloudTest代码测试无异常 -火绒安全病毒安全检测通过 +病毒安全检测通过 当前版本demo功能与原组件基本无差异 diff --git a/build.gradle b/build.gradle index 75e5c8d1..6d805404 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/contentprovider/build.gradle b/contentprovider/build.gradle index e898ecd6..942ce854 100644 --- a/contentprovider/build.gradle +++ b/contentprovider/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.huawei.ohos.library' //For instructions on signature configuration, see https://developer.harmonyos.com/cn/docs/documentation/doc-guides/ide_debug_device-0000001053822404#ZH-CN_TOPIC_0000001154985555__section1112183053510 ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } diff --git a/contentprovider/src/main/config.json b/contentprovider/src/main/config.json index c3a58153..4fabe657 100644 --- a/contentprovider/src/main/config.json +++ b/contentprovider/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/build.gradle b/entry/build.gradle index 5b6ab4df..caa86cff 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 76c2101e..09f0e623 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 e17fa05a..87b42536 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/lib/build.gradle b/lib/build.gradle index 63ff6dbf..95216c61 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.huawei.ohos.library' ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } diff --git a/lib/src/main/config.json b/lib/src/main/config.json index f56c5a0a..5d0b324c 100644 --- a/lib/src/main/config.json +++ b/lib/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/livedata/build.gradle b/livedata/build.gradle index ef62e9ed..79c8d27a 100644 --- a/livedata/build.gradle +++ b/livedata/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.huawei.ohos.library' //For instructions on signature configuration, see https://developer.harmonyos.com/cn/docs/documentation/doc-guides/ide_debug_device-0000001053822404#ZH-CN_TOPIC_0000001154985555__section1112183053510 ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } diff --git a/paging/build.gradle b/paging/build.gradle index ef62e9ed..79c8d27a 100644 --- a/paging/build.gradle +++ b/paging/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.huawei.ohos.library' //For instructions on signature configuration, see https://developer.harmonyos.com/cn/docs/documentation/doc-guides/ide_debug_device-0000001053822404#ZH-CN_TOPIC_0000001154985555__section1112183053510 ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } diff --git a/reactive-streams/build.gradle b/reactive-streams/build.gradle index 0771fa75..04582079 100644 --- a/reactive-streams/build.gradle +++ b/reactive-streams/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.huawei.ohos.library' //For instructions on signature configuration, see https://developer.harmonyos.com/cn/docs/documentation/doc-guides/ide_debug_device-0000001053822404#ZH-CN_TOPIC_0000001154985555__section1112183053510 ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } diff --git a/sqlcipher/build.gradle b/sqlcipher/build.gradle index 7155915f..462fa140 100644 --- a/sqlcipher/build.gradle +++ b/sqlcipher/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.huawei.ohos.library' //For instructions on signature configuration, see https://developer.harmonyos.com/cn/docs/documentation/doc-guides/ide_debug_device-0000001053822404#ZH-CN_TOPIC_0000001154985555__section1112183053510 ohos { - compileSdkVersion 5 + compileSdkVersion 6 defaultConfig { compatibleSdkVersion 5 } -- Gitee