From 043b75ce9d8f6e9cc50ad97de6bb5fe68414ac32 Mon Sep 17 00:00:00 2001 From: Christophe Beyls Date: Wed, 7 Jan 2015 00:33:25 +0100 Subject: [PATCH] Downgrade to PhotoView 1.2.2 because 1.2.3 crashes when zooming out. --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 81767ad..df6c09a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,5 +25,6 @@ android { dependencies { compile 'com.android.support:appcompat-v7:20.0.+' - compile 'com.github.chrisbanes.photoview:library:1.2.+' + // Version 1.2.3 has a bug and crashes when detecting 2-finger gestures. Use 1.2.2 instead. + compile 'com.github.chrisbanes.photoview:library:1.2.2' }