From 5cde36dfab86d1b58c42af3b3ca8dbb3711f764c Mon Sep 17 00:00:00 2001 From: 17351781990 <827990754@qq.com> Date: Thu, 8 Jul 2021 19:37:54 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E3=80=91=EF=BC=9A=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9d0e98..51fc2eb 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ allprojects { 2.在entry模块的build.gradle文件中, ``` dependencies { - implementation('com.gitee.chinasoft_ohos:zwebview:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:zwebview:0.0.2-SNAPSHOT') ...... } ``` @@ -270,7 +270,7 @@ CloudTest代码测试无异常 当前版本demo功能与原组件基本无差异 ## 版本迭代 -- 0.0.1-SNAPSHOT +- 0.0.2-SNAPSHOT ## 版权和许可信息 ``` -- Gitee