Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mubashardev committed Mar 4, 2021
1 parent df27c80 commit 83d0135
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# CircularImageView
A simple library to round your image by using this advance ImageView

[![](https://www.jitpack.io/v/MicroProgramer/CircularImageView.svg)](https://www.jitpack.io/#MicroProgramer/CircularImageView)

It uses a BitmapShader and **does not**:
* create a copy of the original bitmap
Expand All @@ -26,7 +27,7 @@ Step 2. Add the dependency:
```
dependencies {
...
implementation 'com.github.MicroProgramer:CircularImageView:1.0.1'
implementation 'com.github.MicroProgramer:CircularImageView:1.0.2'
}
```

Expand Down

0 comments on commit 83d0135

Please sign in to comment.