From 8c97de5ee03d2bfaaffb8cfdf9abf489408a34d5 Mon Sep 17 00:00:00 2001 From: Byk-Alan Date: Fri, 20 Jan 2017 15:31:21 +0800 Subject: [PATCH] Update. README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3db6338..0d4a25d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ allprojects { ```gradle compile 'com.github.bluesofy:AvatarView:1.1' compile 'com.github.bumptech.glide:glide:3.7.0' -compile "com.android.support:support-v4:25.1.0" +compile 'com.android.support:support-v4:25.1.0' ``` - 代码非原创,在项目 [SImageView](https://github.com/suzeyu1992/SImageView) 的基础上修改,原有的使用方法请通过传送门查看 -- GitLab