diff --git a/README.md b/README.md index 1c6198b22119a889fa4c88d4b64b19a2ab11c418..53a19ebcb60a372b77a57e61c28dfe9418dba8df 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ allprojects { 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.android.support:support-v4:25.1.0' // v4库 ``` - 代码非原创,在项目 [SImageView](https://github.com/suzeyu1992/SImageView) 的基础上修改,原有的使用方法请通过传送门查看