Skip to content

Commit f8b26b7

Browse files
author
Viven
committed
Merge branch 'master' of https://github.com/okaybroda/ImageZoom
2 parents f2f3be8 + 48ba595 commit f8b26b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ allprojects {
1717
Then add ImageZoom library
1818
```gradle
1919
dependencies {
20-
compile 'com.github.okaybroda:ImageZoom:1.0.5'
20+
compile 'com.github.okaybroda:ImageZoom:1.0.6'
2121
}
2222
```
2323
## Usage
@@ -80,4 +80,4 @@ Workaround is to wrap the zoomable View with a parent ViewGroup.
8080
FrameLayout frameLayout = new FrameLayout(parent.getContext());
8181
frameLayout.addView(imageView);
8282
return new RecyclerView.ViewHolder(frameLayout) {};
83-
```
83+
```

0 commit comments

Comments
 (0)