From c26985f1650f174c636bda1275dc2f4ff398bab3 Mon Sep 17 00:00:00 2001 From: dirk41 <1378902882@qq.com> Date: Mon, 19 Jul 2021 14:22:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e44f4ee..c06b325 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ 2.在entry模块的build.gradle文件中, ```gradle dependencies { - implementation('com.gitee.chinasoft_ohos:material-tap-target-prompt:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:material-tap-target-prompt:0.0.2-SNAPSHOT') ...... } ``` -- Gitee