From bf5185463bad170f9f8a1ce2576475bed36d4b68 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:30:00 +0800 Subject: [PATCH 1/5] update entry/src/ohosTest/java/com/almeros/ohos/multitouch/example/ExampleOhosTest.java. --- .../ohos/multitouch/example/ExampleOhosTest.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/entry/src/ohosTest/java/com/almeros/ohos/multitouch/example/ExampleOhosTest.java b/entry/src/ohosTest/java/com/almeros/ohos/multitouch/example/ExampleOhosTest.java index 01b1c2c..0f15cc6 100644 --- a/entry/src/ohosTest/java/com/almeros/ohos/multitouch/example/ExampleOhosTest.java +++ b/entry/src/ohosTest/java/com/almeros/ohos/multitouch/example/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.almeros.ohos.multitouch.example; import ohos.aafwk.ability.delegation.AbilityDelegatorRegistry; -- Gitee From 5608c46c7aa3167e52b491b56a31821605372d90 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:27:56 +0800 Subject: [PATCH 2/5] 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 bbd0099296188844605b2dfef7cbbc8d3eeb530f 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:29:22 +0800 Subject: [PATCH 3/5] 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 fd7f2cd..d010a5c 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -3,7 +3,7 @@ "bundleName": "com.almeros.ohos.multitouch.example", "vendor": "almeros", "version": { - "code": 1, + "code": 1000000, "name": "1.0" }, "apiVersion": { -- Gitee From 079b69e6544be821392700311246a3ac102c660d 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:30:26 +0800 Subject: [PATCH 4/5] update README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 918e5e0..132c7ab 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - 基线版本: Release Tags 1.0.1 - 项目移植状态:主功能完成 - 调用差异:无 -- 开发版本:sdk5,DevEco Studio2.1 beta4 +- 开发版本:sdk5,DevEco Studio2.1 Release #### 效果演示 -- Gitee From bb34b1c19828eb8d4c470c0de3ec0b07137b0fb9 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:36:58 +0800 Subject: [PATCH 5/5] update .gitignore. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4b19e67..a46e2b1 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,4 @@ gen gradle/ build/ .DS_Store -local.properties \ No newline at end of file +local.properties -- Gitee