From 6cbe2da5b9a5d733a5c3f1246574f334fe4d6539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=E5=BC=A0=E5=B0=8F=E7=A7=8B?= <1273378004@qq.com”> Date: Mon, 5 Jul 2021 11:17:31 +0800 Subject: [PATCH 1/2] =?UTF-8?q?style=EF=BC=9Amaven=E5=92=8Chapm=E5=8F=91?= =?UTF-8?q?=E5=B8=831.0.1=E7=89=88=E6=9C=AC=EF=BC=88=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=97=A0=E5=8F=98=E5=8C=96=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- build.gradle | 2 +- changelog.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c2b26d..dc475bc 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ allprojects{ mavenCentral() } } -implementation 'io.openharmony.tpc.thirdlib:LoadingView:1.0.0' +implementation 'io.openharmony.tpc.thirdlib:LoadingView:1.0.1' ``` ## entry运行要求 diff --git a/build.gradle b/build.gradle index ef3f577..0367685 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } } diff --git a/changelog.md b/changelog.md index 57df4b9..76ce9fc 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,4 @@ +## 1.0.1 ## 1.0.0 已支持部分: 绝大部分LoadingView -- Gitee From 0e38353218cc37e915a475c369433699703f9476 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 11:25:27 +0800 Subject: [PATCH 2/2] =?UTF-8?q?style=EF=BC=9A=E8=A7=A3=E5=86=B3entry?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E5=9C=A8=E6=A8=A1=E6=8B=9F=E5=99=A8=E4=B8=8A?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=88=E5=88=A0?= =?UTF-8?q?=E9=99=A4Beta1=E5=92=8Cvisable=3Dfalse=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/config.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/entry/src/main/config.json b/entry/src/main/config.json index a15a5f0..9907e37 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -8,8 +8,7 @@ }, "apiVersion": { "compatible": 5, - "target": 5, - "releaseType": "Beta1" + "target": 5 } }, "deviceConfig": {}, @@ -45,7 +44,6 @@ "icon": "$media:icon", "label": "LoadingView", "type": "page", - "visible": false, "launchType": "standard" } ] -- Gitee