From cfb493e28b54b80d7ab8f7fe615e0d5c17eaf634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E5=85=B5=E5=85=B5?= Date: Tue, 25 May 2021 14:47:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +---- README.md | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b64d5a9..6f465b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,2 @@ -## 0.0.2-SNAPSHOT -* optimization: Optimize code - ## 0.0.1-SNAPSHOT -* refactor: For module library to openharmony \ No newline at end of file +* ohos 第一个版本,完全实现了原库的全部api \ No newline at end of file diff --git a/README.md b/README.md index 13a2cde..f7cacea 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ allprojects { 2.在entry模块的build.gradle文件中 ```gradle dependencies { - implementation('com.gitee.chinasoft_ohos:matomo-sdk-ohos:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:matomo-sdk-ohos:0.0.1-SNAPSHOT') ...... } ``` @@ -76,7 +76,7 @@ CloudTest代码测试无异常 ## 版本迭代 -- 0.0.2-SNAPSHOT +- 0.0.1-SNAPSHOT ## 版权和许可信息 -- Gitee