From 3eed53a719f0561b7d094556010d2379869435d3 Mon Sep 17 00:00:00 2001 From: Byk Date: Fri, 3 Feb 2017 14:08:49 +0800 Subject: [PATCH] Update. Readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3db6338..1c6198b 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,9 @@ 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.github.bumptech.glide:glide:3.7.0' // Glide库 +compile "com.android.support:support-v4:25.1.0" // v4库 ``` - 代码非原创,在项目 [SImageView](https://github.com/suzeyu1992/SImageView) 的基础上修改,原有的使用方法请通过传送门查看 -- GitLab