diff --git a/CHANGELOG.md b/CHANGELOG.md index bd07434a36af780056ea5dc3ad7d688ff3532d9b..895feea9bb9d58b93d57fb8b71ae342d24c233a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 版本迭代 +* 1.0.1正式版 ## 0.0.3-SNAPSHOT ohos 第2个版本 diff --git a/README.md b/README.md index 9ee1e88877810c0db8222e1bb641e96881d98587..ba5e495b021a3672848a02c53b76bbd18efadb0a 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/' } } } @@ -27,7 +27,7 @@ 2.在entry模块的build.gradle文件中, ``` dependencies { - implementation('com.gitee.chinasoft_ohos:qrcodescanner:0.0.3-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:qrcodescanner:1.0.1') ...... } ``` @@ -76,7 +76,7 @@ CloudTest代码测试无异常 #### 版本迭代 -- 0.0.3-SNAPSHOT +- 1.0.1 #### 版权和许可信息 GPLv3 \ No newline at end of file diff --git a/build.gradle b/build.gradle index 6796aad624ba566ab12cf4291e7ad083fc128e87..c04bb2e6fa710fe10a59079dc73fe8a5cfe46853 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() } diff --git a/entry/build.gradle b/entry/build.gradle index d9541608fa545b2daffdb98386222e4fc463a1be..7f3364ab3924d7b68612d18bdab5032af9442b63 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -19,7 +19,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:qrcodescanner:0.0.3-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:qrcodescanner:1.0.1') // compile project(":qrcodescanner") } decc {