From cd055a814e42cab6e2f576628de95ce45f869abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E5=85=B5=E5=85=B5?= Date: Mon, 9 Aug 2021 11:39:00 +0800 Subject: [PATCH 1/5] =?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 | 4 ++++ README.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf77b9..b8c4c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0 +ohos 第三个版本 +* 正式版本 + ## 0.0.2-SNAPSHOT * ohos 第二个版本,修复了findbugs问题,更新SDK6 diff --git a/README.md b/README.md index ec246de..dbbd429 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,8 @@ CloudTest代码测试无异常 ## 版本迭代 -- 0.0.2-SNAPSHOT + +- 1.0.0 ## 版权和许可信息 ``` -- Gitee From 10890b1b3ceb1fdf91b34aac8df4aed3c774460f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E5=85=B5=E5=85=B5?= Date: Mon, 9 Aug 2021 14:03:52 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E4=B8=8A=E4=BC=A0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.OPENSOURCE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.OPENSOURCE b/README.OPENSOURCE index 38cbcd8..7ef91f2 100644 --- a/README.OPENSOURCE +++ b/README.OPENSOURCE @@ -5,6 +5,6 @@ "License File": " LICENSE ", "Version Number": " v4.1.2 ", "Upstream URL": " https://github.com/matomo-org/matomo-sdk-android ", - "Description": " 打点数据上报 " + "Description": " 打点数据上报 " } ] -- Gitee From c9def57284bf17f5bdc414029e0a71127ea2a854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E5=85=B5=E5=85=B5?= Date: Mon, 9 Aug 2021 14:08:45 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E4=B8=8A=E4=BC=A0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbbd429..be27501 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:1.0.0') ...... } ``` -- Gitee From 32653a56a3deaa6cd6162a0e4a501e82f559016b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E5=85=B5=E5=85=B5?= Date: Mon, 9 Aug 2021 14:11:03 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E4=B8=8A=E4=BC=A0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be27501..0493022 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } -- Gitee From 2573a1e49c72d63d11b6202229a2dc0ca39a70dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E5=85=B5=E5=85=B5?= Date: Mon, 9 Aug 2021 14:31:09 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0493022..85f816b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ## 效果展示 - + ## 安装教程 1、在项目根目录下的build.gradle文件中 diff --git a/build.gradle b/build.gradle index 8726113..918f03d 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ allprojects { url 'https://developer.huawei.com/repo/' } maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } jcenter() } -- Gitee