diff --git a/CHANGELOG.md b/CHANGELOG.md index a0436852827553c2014b0b95d828a3de5592ccda..63b971f396815475f784de7a7e11daa668fe26a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.0.0 +ohos 第三个版本,正式版 ## 0.0.2-SNAPSHOT ohos 第二个版本,更新sdk6 ## 0.0.1-SNAPSHOT diff --git a/README.md b/README.md index 7424bafe7fcd5e09f2a3e7c56dcd6d54999ac094..f73f3df7a29f1c76027f51688c1559531ba02417 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } @@ -30,7 +30,7 @@ allprojects { 2.在entry模块的build.gradle文件中, ``` dependencies { - implementation('com.gitee.chinasoft_ohos:BoofCV:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:BoofCV:1.0.0') ...... } ``` @@ -58,4 +58,4 @@ CloudTest代码测试无异常 #### 版本迭代 -- 0.0.2-SNAPSHOT \ No newline at end of file +- 1.0.0 \ No newline at end of file diff --git a/build.gradle b/build.gradle index a4bbee50c84428507c792bf978676f0ff6fe17a8..c50ec5947a2c411a854795a78259e55def23c6cd 100644 --- a/build.gradle +++ b/build.gradle @@ -19,15 +19,15 @@ 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' } } allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } maven { url 'https://repo.huaweicloud.com/repository/maven/' diff --git a/entry/build.gradle b/entry/build.gradle index 8e846126df140d01cb321e0f31c76fcea76009af..5c8ed8defecd1a3719a43c1f80b6c98d3da8003d 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -21,7 +21,7 @@ dependencies { testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' - implementation('com.gitee.chinasoft_ohos:BoofCV:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:BoofCV:1.0.0') // implementation project(path: ':boofcv') } decc {