From eacb7d0541bfda1b6c51d285b9177fb9a13db270 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 19 Oct 2018 22:31:42 +0200 Subject: [PATCH] update PhotoView, make clicking fullscreen images more reliable --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b1a6a8166..fa496afab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ dependencies { implementation 'com.github.tibbi:subsampling-scale-image-view:v3.10.1-fork' // implementation 'com.github.chrisbanes:PhotoView:2.1.4' - implementation 'com.github.tibbi:PhotoView:2.2.0-fork' + implementation 'com.github.tibbi:PhotoView:2.2.1-fork' } Properties props = new Properties()