Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mubashardev committed Mar 4, 2021
2 parents 5a533b7 + 83d0135 commit ec7759b
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 ec7759b

Please sign in to comment.