From 75151956d03c5ed5fbd8a58c0e5fffa43111113f Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 15 Jun 2018 14:03:02 +0200 Subject: [PATCH] fix #785, do not scroll the pattern tab while being used --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a82dd9afe..e2bddac53 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:4.1.14' + implementation 'com.simplemobiletools:commons:4.1.16' implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.0' implementation 'com.android.support:multidex:1.0.3' implementation 'it.sephiroth.android.exif:library:1.0.1'