From 1b612a8de2a7bc1c629536c242f79429617ff465 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 28 Jun 2021 18:59:36 +0200 Subject: [PATCH] updating commons and subsampling scale image view --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bdd648e1c..ca72710dd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:bd6aeceae9' + implementation 'com.github.SimpleMobileTools:Simple-Commons:11d6c80d58' implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0' implementation 'it.sephiroth.android.exif:library:1.0.1' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.22' @@ -91,7 +91,7 @@ dependencies { implementation 'com.squareup.okio:okio:2.10.0' implementation 'com.caverock:androidsvg-aar:1.4' implementation 'com.github.tibbi:gestureviews:a8e8fa8d27' - implementation 'com.github.tibbi:subsampling-scale-image-view:961f7b5f2d' + implementation 'com.github.tibbi:subsampling-scale-image-view:60fb7362d5' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'com.github.penfeizhou.android.animation:awebp:2.9.0' implementation('com.squareup.picasso:picasso:2.71828') {