From ceafd7d9b18569e447954c21d74e27f36b0864eb Mon Sep 17 00:00:00 2001 From: 251309-lirui Date: Fri, 30 Jul 2021 17:45:13 +0800 Subject: [PATCH] =?UTF-8?q?README=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5db8639..e8e0b70 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ 2.在entry模块的build.gradle文件中, ``` dependencies { + implementation('com.gitee.chinasoft_ohos:loaderviewlibrary:0.0.1-SNAPSHOT') ...... } ``` -- Gitee