From d2bdd456fc70b7a61999d96e14aab3545a956eff Mon Sep 17 00:00:00 2001 From: JiangJun <2680104782@qq.com> Date: Thu, 23 Sep 2021 16:03:47 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E3=80=91=EF=BC=9Amd=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7beb065..e317abf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,6 @@ +## 1.0.0 +ohos 第一个版本 +* 正式版本 + ## 0.0.1-SNAPSHOT ohos 第一个版本,完整实现了原库的全部 api \ No newline at end of file diff --git a/README.md b/README.md index c49637a..857cf67 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ CircleView allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } @@ -30,7 +30,7 @@ allprojects { ```gradle dependencies { - implementation('com.gitee.chinasoft_ohos:CircleView:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:CircleView:1.0.0') ...... } ``` -- Gitee