From 4603ca2a81a040290f0a632012289bf996d664bb Mon Sep 17 00:00:00 2001 From: wjt983049539 Date: Mon, 28 Jun 2021 11:24:38 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e98174..1ba8622 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') ...... } ``` -- Gitee From 59c67ed476ee3f0a4c60b2085383a69183646850 Mon Sep 17 00:00:00 2001 From: wjt983049539 Date: Mon, 28 Jun 2021 11:25:23 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/build.gradle b/entry/build.gradle index 022d5d3..3897cb3 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'] -- Gitee From ee912154abfea099b99550286c284bc47632f0e2 Mon Sep 17 00:00:00 2001 From: wjt983049539 Date: Mon, 28 Jun 2021 11:28:03 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ba8622..34a6645 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ CloudTest代码测试无异常 ## 版本迭代 -0.0.1-SNAPSHOT +0.0.2-SNAPSHOT ## 版权和许可信息 ``` -- Gitee