diff --git a/README.md b/README.md index 6e98174e490e7ee6e954d9ebc6ed3aec0f871e89..34a6645aa0cf9b380f07b84b5bf8d2e4c6b0fdce 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ allprojects { 2.在entry模块的build.gradle文件中, ``` dependencies { - implementation('com.gitee.chinasoft_ohos:PermissionUtils:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:PermissionUtils:0.0.2-SNAPSHOT') ...... } ``` @@ -121,7 +121,7 @@ CloudTest代码测试无异常 ## 版本迭代 -0.0.1-SNAPSHOT +0.0.2-SNAPSHOT ## 版权和许可信息 ``` diff --git a/entry/build.gradle b/entry/build.gradle index 022d5d3c465d85192ffcf86d087b32d747455828..3897cb36caa76d6588f767a7ec0d3b57a316291e 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:PermissionUtils:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:PermissionUtils:0.0.2-SNAPSHOT') } decc { supportType = ['html', 'xml']