From 9f439df828848be158909f0a5e79f39396f5d63c Mon Sep 17 00:00:00 2001 From: zxd191990 <1713664308@qq.com> Date: Thu, 15 Apr 2021 14:18:01 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e37bc2..29daf99 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ allprojects { implementation('com.gitee.chinasoft_ohos:ExpandableTextView:0.0.1-SNAPSHOT') ...... } - +``` 如无法运行,删除项目.gradle,.idea,build,gradle,build.gradle文件, 并依据自己的版本创建新项目,将新项目的对应文件复制到根目录下 -- Gitee