From 48ba595b3c3762e059b7b703f131f5e9c6bd10a4 Mon Sep 17 00:00:00 2001 From: Viventhraa Rao Date: Fri, 6 Jan 2017 11:35:49 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee2cbe4..e97a530 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) {}; -``` \ No newline at end of file +```