Skip to content

Commit 6570a6d

Browse files
authored
Update README.md
1 parent 2d492bb commit 6570a6d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ USAGE
2424
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:
2525

2626
```groovy
27-
implementation 'com.mikhaellopez:circularimageview:4.0.0'
27+
implementation 'com.mikhaellopez:circularimageview:4.0.1'
2828
```
2929

3030
XML
@@ -95,12 +95,6 @@ circularImageView.setBackgroundColor(Color.RED);
9595
circularImageView.setShadowGravity(CircularImageView.ShadowGravity.CENTER);
9696
```
9797

98-
:information_source: If you want to used this library on a **Java Android project** you need to add `kotlin-stdlib` dependency:
99-
100-
```groovy
101-
implementation "org.jetbrains.kotlin:kotlin-stdlib:$LAST_KOTLIN_VERSION"
102-
```
103-
10498
LIMITATIONS
10599
-----
106100

0 commit comments

Comments
 (0)