From 21db657aac0475f82a6cc208b89a7f0bf2c494e9 Mon Sep 17 00:00:00 2001 From: chentianyu <18756170827@163.com> Date: Tue, 17 Aug 2021 14:48:07 +0800 Subject: [PATCH 1/3] =?UTF-8?q?1.FloatingActionButtonSpeedDial=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 ++++++++--------- build.gradle | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 52cf66b..4950ed9 100644 --- a/README.md +++ b/README.md @@ -10,24 +10,23 @@ - 基线版本:Release 3.2.0 #### 效果演示 -![效果演示](./img/demo.gif) + #### 安装教程 1.在项目根目录下的build.gradle文件中 ```gradle allprojects { - maven { - url 'https://repo.huaweicloud.com/repository/maven/' - } - maven { - url 'https://developer.huawei.com/repo/' - } + repositories { + maven { + url 'https://s01.oss.sonatype.org/content/repositories/releases/' + } + } } ``` 2.在app模块的build.gradle文件中 ```gradle dependencies { - implementation('com.gitee.chinasoft_ohos:FloatingActionButtonSpeedDial:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:FloatingActionButtonSpeedDial:1.0.0') ...... } ``` @@ -125,7 +124,7 @@ CloudTest代码测试无异常 #### 版本迭代 -- 0.0.2-SNAPSHOT +- 1.0.0 #### 版权和许可信息 ``` diff --git a/build.gradle b/build.gradle index ba694e8..5cc0d52 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ buildscript { allprojects { repositories { maven { - url 'https://repo.huaweicloud.com/repository/maven/' + url 'https://repo.huaweicloud.com/repository/releases/' } maven { url 'https://developer.huawei.com/repo/' -- Gitee From 56b1bb7b01716e0ce7513e3cf82de8fa702f90cf Mon Sep 17 00:00:00 2001 From: chentianyu <18756170827@163.com> Date: Tue, 17 Aug 2021 14:52:07 +0800 Subject: [PATCH 2/3] =?UTF-8?q?1.FloatingActionButtonSpeedDial=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efa97e0..40d5758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,3 @@ -## 0.0.2-SNAPSHOT - * ohos 第二个版本,修复了findbugs问题,更新SDK6 ## 0.0.1-SNAPSHOT * ohos第一个版本,完整实现了原库的全部api * 因为鸿蒙暂不支持ListContainer动画展开效果,按钮展开动画未实现,不影响主功能。 \ No newline at end of file -- Gitee From e0ad43c8cc9dad8f43dc367cd4c743c8e1961c94 Mon Sep 17 00:00:00 2001 From: chentianyu <18756170827@163.com> Date: Tue, 17 Aug 2021 14:53:03 +0800 Subject: [PATCH 3/3] =?UTF-8?q?1.FloatingActionButtonSpeedDial=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40d5758..7b46a56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ ## 0.0.1-SNAPSHOT * ohos第一个版本,完整实现了原库的全部api - * 因为鸿蒙暂不支持ListContainer动画展开效果,按钮展开动画未实现,不影响主功能。 \ No newline at end of file + * 因为鸿蒙暂不支持ListContainer动画展开效果,按钮展开动画未实现,不影响主功能 \ No newline at end of file -- Gitee