From 9b93c7a5ce4e5a0425859086623b1ac0deddcf17 Mon Sep 17 00:00:00 2001 From: wjt983049539 Date: Wed, 28 Jul 2021 16:22:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E7=89=88=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ README.md | 8 ++++---- build.gradle | 2 +- entry/build.gradle | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5c2aa0..472cf81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.0.0 + ohos 正式版 ## 0.0.2-SNAPSHOT ohos 第二个版本 * 更新sdk6 diff --git a/README.md b/README.md index c4a382b..1f25474 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ allprojects { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' } - maven { - url 'http://106.15.92.248:8081/repository/Releases/' +maven { + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } @@ -38,7 +38,7 @@ allprojects { dependencies { implementation 'com.enrique.stackblur.ohos:library:1.0.0' - implementation 'com.gitee.chinasoft_ohos:blurkit-ohos:0.0.2-SNAPSHOT' + implementation'com.gitee.chinasoft_ohos:blurkit-ohos:1.0.0' } ``` @@ -107,7 +107,7 @@ CloudTest代码测试无异常 病毒安全检测通过 ## 版本迭代 -- 0.0.2-SNAPSHOT +- 1.0.0 ## 版权和许可信息 diff --git a/build.gradle b/build.gradle index 8c7f594..6fcd2cf 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/' } maven { url 'http://106.15.92.248:8081/repository/Releases/' diff --git a/entry/build.gradle b/entry/build.gradle index 8a40fd0..3345f47 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -20,7 +20,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:blurkit-ohos:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:blurkit-ohos:1.0.0') //本地依赖 // implementation project(path:':blurkit') } -- Gitee