Skip to content

Commit 84cb9de

Browse files
committed
Add Gradle dependence
1 parent 95fef12 commit 84cb9de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ Image Result
1111
USAGE
1212
-----
1313

14-
To make a circular ImageView add CircularImageView library in your project and add CircularImageView in your layout XML.
14+
To make a circular ImageView add CircularImageView in your layout XML and add CircularImageView library in your project or you can also grab it via Gradle:
1515

16+
```groovy
17+
compile 'com.mikhaellopez:circularimageview:2.0.1'
18+
```
1619

1720
XML
1821
-----

0 commit comments

Comments
 (0)