From 8332ce955aa25288d3f1a95e44e5567405325efb Mon Sep 17 00:00:00 2001 From: 17351781990 <827990754@qq.com> Date: Thu, 23 Sep 2021 14:44:28 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9=E5=86=85=E5=AE=B9]=EF=BC=9A?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E6=AD=A3=E5=BC=8F=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ README.md | 6 +++--- build.gradle | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bab0bad..de5b3fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.0 +正式版发布 + ## 0.0.1-SNAPSHOT ohos 第一个版本 diff --git a/README.md b/README.md index d2f2b56..445844c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } @@ -28,7 +28,7 @@ allprojects { 2.在entry模块的build.gradle文件中, ``` dependencies { - implementation('com.gitee.chinasoft_ohos:TimeLine:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:TimeLine:1.0.0') ...... } @@ -178,7 +178,7 @@ CloudTest代码测试无异常 当前版本demo功能与原组件基本无差异 ## 版本迭代 -* 0.0.1-SNAPSHOT +* 1.0.0 ## 版权和许可信息 ``` diff --git a/build.gradle b/build.gradle index 3a41c32..9b6360d 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ ohos { compatibleSdkVersion 5 } } - + buildscript { repositories { maven { @@ -17,8 +17,8 @@ buildscript { } } dependencies { - classpath 'com.huawei.ohos:hap:2.4.5.0' - classpath 'com.huawei.ohos:decctest:1.2.4.1' + classpath 'com.huawei.ohos:hap:2.4.5.5' + classpath 'com.huawei.ohos:decctest:1.2.5.1' } } -- Gitee