diff --git a/README.md b/README.md index 5b0f6746761616f4cabb2815370df8e78455511d..446c2db5b72adee92cbc15160c483d28fa2919cf 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ allprojects { ``` dependencies { - implementation('com.gitee.chinasoft_ohos:secure-storage-ohos:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:secure-storage-ohos:0.0.2-SNAPSHOT') } ``` diff --git a/entry/build.gradle b/entry/build.gradle index d19918be8d5b55201ab6b6270e3c55b0698a5a3b..8c996baacb3bc9f62a1c6896ed5eb6b640d92552 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -20,7 +20,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) implementation('com.gitee.chinasoft_ohos:secure-storage-ohos:0.0.2-SNAPSHOT') testImplementation 'junit:junit:4.12' - ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' + ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.200' } decc { supportType = ['html', 'xml']