Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lopspower authored Jun 27, 2019
1 parent 2d492bb commit 6570a6d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ USAGE
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:

```groovy
implementation 'com.mikhaellopez:circularimageview:4.0.0'
implementation 'com.mikhaellopez:circularimageview:4.0.1'
```

XML
Expand Down Expand Up @@ -95,12 +95,6 @@ circularImageView.setBackgroundColor(Color.RED);
circularImageView.setShadowGravity(CircularImageView.ShadowGravity.CENTER);
```

:information_source: If you want to used this library on a **Java Android project** you need to add `kotlin-stdlib` dependency:

```groovy
implementation "org.jetbrains.kotlin:kotlin-stdlib:$LAST_KOTLIN_VERSION"
```

LIMITATIONS
-----

Expand Down

0 comments on commit 6570a6d

Please sign in to comment.