From 4c9242d200de900188b9eee3438e2c784463a05c Mon Sep 17 00:00:00 2001 From: "229144497@qq.com" Date: Wed, 30 Jun 2021 11:12:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?readme=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2d79f1..3705c70 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ CodeCheck代码测试无异常 CloudTest代码测试无异常 -火绒安全病毒安全检测通过 +安全病毒安全检测通过 当前版本demo功能与原组件基本无差异 -- Gitee From 2238f0e9137d275d83b8f4098a0c175f362c12d5 Mon Sep 17 00:00:00 2001 From: "229144497@qq.com" Date: Wed, 30 Jun 2021 11:27:48 +0800 Subject: [PATCH 2/2] =?UTF-8?q?SDK6=20=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- entry/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8c592a6..bf479ca 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'com.huawei.ohos.app' ohos { compileSdkVersion 6 defaultConfig { - compatibleSdkVersion 6 + compatibleSdkVersion 5 } } diff --git a/entry/build.gradle b/entry/build.gradle index b4b40f3..e9b6118 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.huawei.ohos.decctest' ohos { compileSdkVersion 6 defaultConfig { - compatibleSdkVersion 6 + compatibleSdkVersion 5 } buildTypes { release { -- Gitee