diff --git a/CHANGELOG.md b/CHANGELOG.md index 050f72875fa16c15ab43dc1c231ee29cc0370a4d..dc7fdf2be547b0e4874003578a7e072b7bf3afcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.0.0 +ohos 第三个版本,正式版 ## 0.0.2-SNAPSHOT ohos 第二个版本 ## 0.0.1-SNAPSHOT diff --git a/README.md b/README.md index aa3211c11d090e22b4811e840beb37fe8ee6873e..4bb5730a0ca032c9ffded8aa2ccf3c9f0880178b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } @@ -29,7 +29,7 @@ 2.在entry模块的build.gradle文件中, ```java dependencies { - implementation('com.gitee.chinasoft_ohos:FloatingViewLib:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:FloatingViewLib:1.0.0') ...... } ``` @@ -187,7 +187,7 @@ CloudTest代码测试无异常 #### 版本迭代 -- 0.0.2-SNAPSHOT +- 1.0.0 ## 版权和许可信息 diff --git a/build.gradle b/build.gradle index 8726113cdae6d9978a42bdf9f0a80fbb0f37e8ec..d736619ff44e31077b9adb84618242a458905984 100644 --- a/build.gradle +++ b/build.gradle @@ -19,8 +19,8 @@ buildscript { jcenter() } dependencies { - classpath 'com.huawei.ohos:hap:2.4.5.0' - classpath 'com.huawei.ohos:decctest:1.2.4.1' + classpath 'com.huawei.ohos:hap:3.0.3.2' + classpath 'com.huawei.ohos:decctest:1.2.6.0' } } @@ -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() } diff --git a/entry/build.gradle b/entry/build.gradle index 2872ef8a4be442d61bb174bce99687e28f33ac2b..0acfbf6cd809fb1f6c0bce9ed7a56e93ae99a456 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -11,7 +11,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' - implementation('com.gitee.chinasoft_ohos:FloatingView:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:FloatingView:1.0.0') // implementation project(':FloatingViewLib') } decc {