Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jitenderdev authored Jan 28, 2018
1 parent cb93ba0 commit 2f84c2a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,12 @@ 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 `com.davemorrissey.labs:subsampling-scale-image-view:3.9.0` as a dependency in your app's build.gradle file.

dependencies {
// IMAGE UTILS
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 2f84c2a

Please sign in to comment.