From 8bc3b6b13f72381e16c5e7f9b94528ac3d9e663f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BD=B3=E6=99=93?= <740059442@qq.com> Date: Thu, 27 May 2021 17:28:10 +0800 Subject: [PATCH 1/4] update entry/src/ohosTest/java/uk/co/alt236/btlescan/ExampleOhosTest.java. --- .../uk/co/alt236/btlescan/ExampleOhosTest.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/entry/src/ohosTest/java/uk/co/alt236/btlescan/ExampleOhosTest.java b/entry/src/ohosTest/java/uk/co/alt236/btlescan/ExampleOhosTest.java index 3285dd8..2d67d18 100644 --- a/entry/src/ohosTest/java/uk/co/alt236/btlescan/ExampleOhosTest.java +++ b/entry/src/ohosTest/java/uk/co/alt236/btlescan/ExampleOhosTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain an copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package uk.co.alt236.btlescan; import ohos.aafwk.ability.delegation.AbilityDelegatorRegistry; -- Gitee From 68f76b82ed0e2b66370455534ca7e285d7c9b3cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BD=B3=E6=99=93?= <740059442@qq.com> Date: Thu, 3 Jun 2021 16:44:37 +0800 Subject: [PATCH 2/4] update README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a5e7fa..0b45cc5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - 基线版本: Release Tag 1.1.1 - 项目移植状态:主功能完成 - 调用差异:无 -- 开发版本:sdk5,DevEco Studio2.1 beta4 +- 开发版本:sdk5,DevEco Studio2.1 Release #### 效果演示 -- Gitee From d042401bcc2ac2a699a4da9d51f963705222174e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BD=B3=E6=99=93?= <740059442@qq.com> Date: Thu, 3 Jun 2021 16:44:54 +0800 Subject: [PATCH 3/4] update build.gradle. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e83d0d6..ad164cd 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.huawei.ohos:hap:2.4.2.7' + classpath 'com.huawei.ohos:hap:2.4.4.2' classpath 'com.huawei.ohos:decctest:1.0.0.6' } } -- Gitee From 35702815cd75b19daa3a328464dee91d738e48ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BD=B3=E6=99=93?= <740059442@qq.com> Date: Thu, 3 Jun 2021 16:45:21 +0800 Subject: [PATCH 4/4] update entry/src/main/config.json. --- entry/src/main/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/config.json b/entry/src/main/config.json index 940e46b..e881a6c 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -3,7 +3,7 @@ "bundleName": "uk.co.alt236.btlescan", "vendor": "co", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { -- Gitee