From 76563bf17708372f268abf0efb6b0d609d86b243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B8=86?= <446962864@qq.com> Date: Fri, 23 Apr 2021 16:23:06 +0800 Subject: [PATCH] update README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7ef00a..82efd4e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ allprojects { ```java dependencies { - implementation('com.gitee.chinasoft_ohos:DragListView') + implementation('com.gitee.chinasoft_ohos:DragListView:0.0.1-SNAPSHOT') ...... } ``` -- Gitee