From 66f2979c4802c61a0c0d9b803ca4a80e404c28b7 Mon Sep 17 00:00:00 2001 From: zhangpeng <362020984@qq.com> Date: Mon, 7 Jun 2021 10:52:41 +0800 Subject: [PATCH] =?UTF-8?q?fix=20#I3UGZ7=20=E4=BF=AE=E6=94=B9releaseType?= =?UTF-8?q?=E5=92=8Credeme=E4=B8=AD=E7=9A=84xml=E5=B8=83=E5=B1=80=E5=BC=95?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++-------- build.gradle | 4 ++-- entry/src/main/config.json | 5 ++--- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 3db8401..8f2d5f0 100644 --- a/README.md +++ b/README.md @@ -50,14 +50,14 @@ implementation 'io.openharmony.tpc.thirdlib:ultraviewpager:1.0.4' 在layout中使用UltraViewPager: ability_pager.xml ```xml - + ``` 可以参考以下步骤使用UltraViewPager: diff --git a/build.gradle b/build.gradle index c8b2e79..f2aa6a9 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' } } @@ -36,7 +36,7 @@ allprojects { jcenter() } } -rootProject.ext{ +rootProject.ext { DEFAULT_GROUP_ID = "io.openharmony.tpc.thirdlib" DEFAULT_ARTIFACT_ID = "ultraviewpager" DEFAULT_VERSION = "1.0.4" diff --git a/entry/src/main/config.json b/entry/src/main/config.json index e06d17b..547f2f2 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -8,14 +8,13 @@ }, "apiVersion": { "compatible": 5, - "target": 5, - "releaseType": "Beta1" + "target": 5 } }, "deviceConfig": {}, "module": { "package": "com.tmall.ultraviewpager", - "name": ".UltraViewPager", + "name": ".UltraViewPagerApplication", "reqCapabilities": [ "video_support" ], -- Gitee