From 17ec0a42d4035250196e723f504dc3950220c94d Mon Sep 17 00:00:00 2001 From: 0000248716-lijiaxiao Date: Thu, 8 Jul 2021 19:00:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- README.md | 4 ++-- entry/build.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b264db..bd07434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -## 0.0.2-SNAPSHOT +## 0.0.3-SNAPSHOT ohos 第2个版本 * 更新sdk6 * 因为ohos 实现了跳转图库,识别图片二维码识功能。 diff --git a/README.md b/README.md index 2f6455e..9ee1e88 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ 2.在entry模块的build.gradle文件中, ``` dependencies { - implementation('com.gitee.chinasoft_ohos:qrcodescanner:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:qrcodescanner:0.0.3-SNAPSHOT') ...... } ``` @@ -76,7 +76,7 @@ CloudTest代码测试无异常 #### 版本迭代 -- 0.0.2-SNAPSHOT +- 0.0.3-SNAPSHOT #### 版权和许可信息 GPLv3 \ No newline at end of file diff --git a/entry/build.gradle b/entry/build.gradle index c7c4534..d954160 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:qrcodescanner:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:qrcodescanner:0.0.3-SNAPSHOT') // compile project(":qrcodescanner") } decc { -- Gitee