From 1875dd8017fbb2e9ae5d296f7177d5fe091509c7 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 13 Oct 2019 15:56:27 +0200 Subject: [PATCH] updating commons and subsampling --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a7d4b8fc7..7fe8d7491 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.18.7' + implementation 'com.simplemobiletools:commons:5.18.11' implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0' implementation 'androidx.multidex:multidex:2.0.1' implementation 'it.sephiroth.android.exif:library:1.0.1' @@ -76,7 +76,7 @@ dependencies { implementation 'com.squareup.picasso:picasso:2.71828' implementation 'com.caverock:androidsvg-aar:1.3' implementation 'com.github.tibbi:gestureviews:a2208ce9d9' - implementation 'com.github.tibbi:subsampling-scale-image-view:7810989016' + implementation 'com.github.tibbi:subsampling-scale-image-view:4f032440aa' kapt 'com.github.bumptech.glide:compiler:4.10.0'