Skip to content

Commit

Permalink
Merge pull request davemorrissey#387 from jitenderdev/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
davemorrissey authored Jan 28, 2018
2 parents cb93ba0 + c3beda0 commit cf02760
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ Versions 3.9.0, 3.8.0 and 3.0.0 contain breaking changes. Migration instructions

## Quick start

**1)** Add `com.davemorrissey.labs:subsampling-scale-image-view:3.9.0` as a dependency in your build.gradle file.
**1)** Add this library as a dependency in your app's build.gradle file.

dependencies {
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.9.0'
}

**2)** Add the view to your layout XML.

Expand Down

0 comments on commit cf02760

Please sign in to comment.