add PhotoView library for image zoom in and out
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/cb1384b2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/cb1384b2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/cb1384b2 Branch: refs/heads/master Commit: cb1384b24891d734a63c13ce387c028335f05549 Parents: 9b8b2e7 Author: Sagar <[email protected]> Authored: Sun Jul 24 19:24:38 2016 +0530 Committer: Sagar <[email protected]> Committed: Sun Jul 24 19:24:38 2016 +0530 ---------------------------------------------------------------------- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/cb1384b2/app/build.gradle ---------------------------------------------------------------------- diff --git a/app/build.gradle b/app/build.gradle index ccdadf9..8561c50 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,4 +72,6 @@ dependencies { compile 'com.facebook.stetho:stetho:1.3.1' compile 'com.facebook.stetho:stetho-okhttp3:1.3.1' + + compile 'com.github.chrisbanes:PhotoView:1.2.6' }
