Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/okaybroda/ImageZoom
Browse files Browse the repository at this point in the history
  • Loading branch information
Viven committed Jan 20, 2017
2 parents f2f3be8 + 48ba595 commit f8b26b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {
Then add ImageZoom library
```gradle
dependencies {
compile 'com.github.okaybroda:ImageZoom:1.0.5'
compile 'com.github.okaybroda:ImageZoom:1.0.6'
}
```
## Usage
Expand Down Expand Up @@ -80,4 +80,4 @@ Workaround is to wrap the zoomable View with a parent ViewGroup.
FrameLayout frameLayout = new FrameLayout(parent.getContext());
frameLayout.addView(imageView);
return new RecyclerView.ViewHolder(frameLayout) {};
```
```

0 comments on commit f8b26b7

Please sign in to comment.