From 26dcd51e8683d4c22b6dd8e111f17840963b804d Mon Sep 17 00:00:00 2001 From: 17351781990 <827990754@qq.com> Date: Thu, 8 Jul 2021 16:13: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=E5=8D=87=E7=BA=A7maven?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ohos/CHANGELOG.md | 5 +++++ ohos/README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ohos/CHANGELOG.md b/ohos/CHANGELOG.md index 649f541..d0accf4 100644 --- a/ohos/CHANGELOG.md +++ b/ohos/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.0.2-SNAPSHOT +ohos 第二个版本 + +* 升级sdk,修改问题 + ## 0.0.1-SNAPSHOT ohos 第一个版本,实现了原库全部api diff --git a/ohos/README.md b/ohos/README.md index a1208d7..e2efdd0 100644 --- a/ohos/README.md +++ b/ohos/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