From d5605bb145ae4c7ca74b46aaa16db09303991b05 Mon Sep 17 00:00:00 2001 From: qiuguojun Date: Mon, 9 Aug 2021 15:51:31 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++---- README.md | 8 ++++---- entry/build.gradle | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47407dc..8632803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,5 @@ +## 1.0.0 +* 正式版发布 ## 0.0.1-SNAPSHOT ohos 第一个版本 * 实现了原库主功能 - -## 0.0.2-SNAPSHOT -ohos 第二个版本 -* fix bugs diff --git a/README.md b/README.md index efd66a8..a589c54 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ - 开发版本:sdk6,DevEco Studio 2.2 Beta1 - 基线版本:Release v1.0.0 #### 效果演示 - #### 安装教程 @@ -20,7 +19,7 @@ allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } @@ -29,7 +28,7 @@ allprojects { ``` dependencies { - implementation('com.gitee.chinasoft_ohos:GuideView:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:GuideView:1.0.0') ...... } ``` @@ -110,11 +109,12 @@ CloudTest代码测试无异常 ``` ## 版本迭代 -- 0.0.2-SNAPSHOT +- 1.0.0 ## 版权和许可信息 ``` +- Apache Licence Copyright 2016 binIoter Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/entry/build.gradle b/entry/build.gradle index b3ca89f..20ddfa6 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -14,6 +14,6 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) testImplementation 'junit:junit:4.13' implementation project(':guideview') - implementation('com.gitee.chinasoft_ohos:lottie:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:GuideView_lottie:0.0.1-SNAPSHOT') ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' } -- Gitee From d2bfe27aeea17b101668bd82cfd7aee3c44ded77 Mon Sep 17 00:00:00 2001 From: qiuguojun Date: Mon, 9 Aug 2021 15:55:25 +0800 Subject: [PATCH 2/3] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a589c54..31db8a9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ - 开发版本:sdk6,DevEco Studio 2.2 Beta1 - 基线版本:Release v1.0.0 #### 效果演示 - +![输入图片说明](https://images.gitee.com/uploads/images/2021/0809/155309_0fa9e388_8864752.gif "guideview.gif") #### 安装教程 1.在项目根目录下的build.gradle文件中, -- Gitee From 32031c51b9c6ed4d60e21361798c36539a7f10e8 Mon Sep 17 00:00:00 2001 From: qiuguojun Date: Mon, 9 Aug 2021 16:11:48 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9CHANGELOG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8632803..9367edd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 1.0.0 * 正式版发布 +## 0.0.2-SNAPSHOT +ohos 第二个版本 +* fix bugs ## 0.0.1-SNAPSHOT ohos 第一个版本 * 实现了原库主功能 -- Gitee