diff --git a/CHANGELOG.md b/CHANGELOG.md index a3a386a1c91f7a3e7237bd7b4ea095f2ecc87a1c..5998ac96669e84be307f9dbfaa36ddbb9b7a8e14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ -## 0.0.2-SNAPSHOT +## 1.0.0 -ohos 第二个版本: + - 正式版本 + +## 0.0.2-SNAPSHOT + + - ohos 第二个版本: 1. 修改findbugs 2. 修改SDK更新后适配配置 ## 0.0.1-SNAPSHOT -ohos 第一个版本,完整实现了原库的全部 api \ No newline at end of file + - ohos 第一个版本,完整实现了原库的全部 api \ No newline at end of file diff --git a/README.md b/README.md index 21da975e8eae9145f8f424678e7152d9eeb39266..4d6401695f970e9eef3045611d57ef05f160acf0 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } 2.在entry模块的build.gradle文件中, dependencies { - implementation('com.gitee.chinasoft_ohos:mkloader:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:mkloader:1.0.0') ...... } @@ -72,7 +72,7 @@ CloudTest代码测试无异常 当前版本demo,部分功能暂不支持模拟器运行 #### 版本迭代 -- 0.0.2-SNAPSHOT +- 1.0.0 #### 版权和许可信息 diff --git a/build.gradle b/build.gradle index a8a5c41314cc9860258daa8e9619bdc10e7b3c3f..f75e36f8f2666636f048907b8d7d51ead74f993a 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 d2605afc25f78665c0d519d2160d217781001513..b9f95da0f215032c080b78a1fd56b79c5e7483f7 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -25,7 +25,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:mkloader:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:mkloader:1.0.0') // compile project(path: ':library') } decc {