From aa5b963ce4fa18f7e5aa6a01521a4d2e968c56b8 Mon Sep 17 00:00:00 2001 From: lilinfeng-z <3211270061@qq.com> Date: Fri, 11 Jun 2021 14:44:57 +0800 Subject: [PATCH] =?UTF-8?q?=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 231b542..8c8829a 100644 --- a/Readme.md +++ b/Readme.md @@ -30,7 +30,7 @@ allprojects { 2.在entry模块的build.gradle文件中, ``` dependencies { - implementation('com.gitee.chinasoft_ohos:ShadowDrawable:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:ShadowDrawable:0.0.1-SNAPSHOT') ...... } ``` @@ -54,7 +54,7 @@ CloudTest代码测试无异常 当前版本demo功能与原组件基本无差异 ## 版本迭代 -- 0.0.2-SNAPSHOT +- 0.0.1-SNAPSHOT ## 版权和许可信息 ``` -- Gitee