From 5d3e1f83085fdc19603f90676978059021cad9eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=90=C3=AC=C3=88=C3=BC=C3=88=C3=BC?= <15868191030@163.com> Date: Thu, 1 Jul 2021 10:46:53 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9EventUtils=E5=A4=B4?= =?UTF-8?q?=E9=83=A8=E7=89=88=E6=9D=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- bezier/src/main/java/com/wx/beziermaker/EventUtil.java | 2 +- build.gradle | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 54beecf..abb3b19 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ allprojects{ mavenCentral() } } -implementation 'io.openharmony.tpc.thirdlib:BezierMaker:1.0.2' +implementation 'io.openharmony.tpc.thirdlib:BezierMaker:1.0.4' ``` diff --git a/bezier/src/main/java/com/wx/beziermaker/EventUtil.java b/bezier/src/main/java/com/wx/beziermaker/EventUtil.java index 21dbc09..dec9611 100644 --- a/bezier/src/main/java/com/wx/beziermaker/EventUtil.java +++ b/bezier/src/main/java/com/wx/beziermaker/EventUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Huawei Device Co., Ltd. + * Copyright (C) 2016 venshine.cn@gmail.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/build.gradle b/build.gradle index e70316f..643427f 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ ohos { compatibleSdkVersion 5 } } - + buildscript { repositories { maven { @@ -19,7 +19,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.huawei.ohos:hap:2.4.2.5' + classpath 'com.huawei.ohos:hap:2.4.2.7' classpath 'com.huawei.ohos:decctest:1.0.0.6' } } -- Gitee From 3434d01ff4a4d815f0fb7190adcaa7aa86371ffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=8F=E7=A7=8B?= <1273378004@qq.com”> Date: Mon, 5 Jul 2021 18:53:35 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9EventUtils=E5=A4=B4?= =?UTF-8?q?=E9=83=A8=E7=89=88=E6=9D=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- bezier/src/main/java/com/wx/beziermaker/EventUtil.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abb3b19..2d52897 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ allprojects{ mavenCentral() } } -implementation 'io.openharmony.tpc.thirdlib:BezierMaker:1.0.4' +implementation 'io.openharmony.tpc.thirdlib:BezierMaker:1.0.5' ``` diff --git a/bezier/src/main/java/com/wx/beziermaker/EventUtil.java b/bezier/src/main/java/com/wx/beziermaker/EventUtil.java index dec9611..21dbc09 100644 --- a/bezier/src/main/java/com/wx/beziermaker/EventUtil.java +++ b/bezier/src/main/java/com/wx/beziermaker/EventUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 venshine.cn@gmail.com + * 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. -- Gitee From 4c536b42f5fd763059c8fb0c5422b66822502b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E8=B5=9B=E8=B5=9B?= <15868191030@163.com> Date: Fri, 12 Nov 2021 08:28:45 +0000 Subject: [PATCH 3/3] update README.md. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2d52897..45468d6 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ Features ScreenShot -- - - - - - - + + + + + + How to import into your project -- Gitee