Skip to content

Commit

Permalink
version up 1.1.4 with bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nowfalsalahudeen committed Feb 2, 2019
1 parent 90320ea commit 0a9327e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,9 @@ int milliseconds = DateTimeUtils.timeToMillis("14:20"); // 860000
### Set Image URI in ImageView with cache stratogy (GLIDE)

```setImageUrl(url: String, img: ImageView)
```

```
add "implementation 'com.github.bumptech.glide:glide:4.8.0'" in your project for working setImgeUrl function
and if you want to use circleimageview ,add "implementation 'de.hdodenhof:circleimageview:3.0.0'" in your project
Expand Down

0 comments on commit 0a9327e

Please sign in to comment.