From 0fcc9a8bcc5abdc2d9fd7ca8b9b776b571eb98bd Mon Sep 17 00:00:00 2001 From: Byk Date: Fri, 20 Jan 2017 14:05:58 +0800 Subject: [PATCH] Update. README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c7b62e..4f8c6a3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ allprojects { ``` - 添加引用 ```gradle -compile 'com.github.bluesofy:AvatarView:1.01' +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" ``` - 代码非原创,在项目 [SImageView](https://github.com/suzeyu1992/SImageView) 的基础上修改,原有的使用方法请通过传送门查看 -- GitLab