From de50856efa0050d1d9530b273498ca4d6e647789 Mon Sep 17 00:00:00 2001 From: gaojianming108 Date: Wed, 28 Jul 2021 10:07:17 +0800 Subject: [PATCH] =?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 | 3 ++- README.md | 7 +++---- build.gradle | 2 +- contentprovider/build.gradle | 2 +- entry/build.gradle | 2 +- lib/build.gradle | 2 +- livedata/build.gradle | 2 +- paging/build.gradle | 2 +- reactive-streams/build.gradle | 2 +- sqlcipher/build.gradle | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b757e51..540e9696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## 0.0.1-SNAPSHOT * ohos 第一个版本 -* 实现了原库大部分功能 +* 实现了原库全部api +* 因为IDE配置原因,暂时无法自动生成相关模板代码 diff --git a/README.md b/README.md index b07534d7..1ef6ebc2 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,11 @@ - 功能:DBFlow是一个快速、高效、功能丰富数据库组件 - 项目移植状态:主功能完成 - 调用差异:无 -- 开发版本:sdk5,DevEco Studio 2.2 Beta1 +- 开发版本:sdk6,DevEco Studio 2.2 Beta1 - 基线版本:Releases 4.2.4 #### 安装教程 - 1.在项目根目录下的build.gradle文件中, ``` @@ -38,7 +37,7 @@ allprojects { } ``` -在sdk5,DevEco Studio 2.2 Beta1下项目可直接运行 +在sdk6,DevEco Studio 2.2 Beta1下项目可直接运行 如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件, 并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 @@ -146,7 +145,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/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/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/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 6af2f6dc..6810f7f3 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