Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
okaybroda authored Jan 6, 2017
1 parent 409ac0f commit 48ba595
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 48ba595

Please sign in to comment.