From 5b1fb182e9d94846bc4b32e8e5ba610727e22822 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:31:09 +0800 Subject: [PATCH 1/4] update entry/src/ohosTest/java/com/blikoon/qrcodescannerlibrary/ExampleOhosTest.java. --- .../qrcodescannerlibrary/ExampleOhosTest.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/entry/src/ohosTest/java/com/blikoon/qrcodescannerlibrary/ExampleOhosTest.java b/entry/src/ohosTest/java/com/blikoon/qrcodescannerlibrary/ExampleOhosTest.java index a9e56cf..cfd26a5 100644 --- a/entry/src/ohosTest/java/com/blikoon/qrcodescannerlibrary/ExampleOhosTest.java +++ b/entry/src/ohosTest/java/com/blikoon/qrcodescannerlibrary/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 com.blikoon.qrcodescannerlibrary; import ohos.aafwk.ability.delegation.AbilityDelegatorRegistry; -- Gitee From 39724b881353f9e4d76f0daefe3800e8cfb07aa6 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:41:06 +0800 Subject: [PATCH 2/4] update build.gradle. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e463f14..83d884f 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 eb1900c59ba21d3412def3c7c413586808095d5f 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:41:38 +0800 Subject: [PATCH 3/4] update README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9131081..c1e133f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - 基线版本: Release Tags 0.1.2 - 项目移植状态:主功能完成 - 调用差异:无 -- 开发版本:sdk5,DevEco Studio2.1 beta4 +- 开发版本:sdk5,DevEco Studio2.1 Release #### 效果演示 -- Gitee From 2718d42c73aee5d97dea614ff81e2a13408b3e4d 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:42:12 +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 313784d..dea06fd 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -3,7 +3,7 @@ "bundleName": "com.blikoon.qrcodescannerlibrary", "vendor": "blikoon", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { -- Gitee