diff --git a/README.md b/README.md index 53a19ebcb60a372b77a57e61c28dfe9418dba8df..fd901e473e3f183864b7a1ee222940d681e76f5a 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ allprojects { ```gradle compile 'com.github.bluesofy:AvatarView:1.1' -compile 'com.github.bumptech.glide:glide:3.7.0' // Glide库 -compile 'com.android.support:support-v4:25.1.0' // v4库 +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) 的基础上修改,原有的使用方法请通过传送门查看