From 757554103eff59f1a36ce455171e09ad97bb8bb6 Mon Sep 17 00:00:00 2001 From: liangqingsong Date: Mon, 27 Sep 2021 17:43:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=AD=A3=E5=BC=8F=E7=89=88?= =?UTF-8?q?=E6=9C=AC1.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 ++++- README.md | 12 ++++++------ build.gradle | 2 +- entry/build.gradle | 5 ++++- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc940ac..2fef075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -## 0.0.3-SNAPSHOT +## 1.0.0 +正式版本 + +## 0.0.3-SNAPSHOT ohos 第3个版本 * 代码优化 diff --git a/README.md b/README.md index 9a6ec11..3829209 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# progress-ability +# progress-ability #### 项目介绍 - 项目名称:progress-ability - 所属系列:openharmony的第三方组件适配移植 @@ -17,7 +17,7 @@ allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } @@ -27,7 +27,7 @@ ``` dependencies { - implementation('com.gitee.chinasoft_ohos:progress-ability:0.0.3-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:progress-ability:1.0.0') ...... } ``` @@ -38,7 +38,7 @@ #### 使用说明 根据您的用例,在布局中添加com.vlonjatg.progressability.ProgressDirectionalLayout或com.vlonjatg.progressability.ProgressDependentLayout或com.vlonjatg.progressability.ProgressStackLayout: - +