From 7f840cd0843087ea205c5005bbb9be7b4ecd3aa0 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 26 Apr 2023 17:04:11 +0200 Subject: [PATCH] updating the library showing apng and webp files --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b810c8720..37939ba1b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:925e7f9bd7' + implementation 'com.github.SimpleMobileTools:Simple-Commons:b1f0bf8dc1' 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.24' @@ -92,8 +92,8 @@ dependencies { implementation 'com.github.tibbi:gestureviews:a8e8fa8d27' implementation 'com.github.tibbi:subsampling-scale-image-view:80efdaa570' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - implementation 'com.github.penfeizhou.android.animation:awebp:2.17.0' - implementation 'com.github.penfeizhou.android.animation:apng:2.17.0' + implementation 'com.github.penfeizhou.android.animation:awebp:2.25.0' + implementation 'com.github.penfeizhou.android.animation:apng:2.25.0' implementation 'com.squareup.okio:okio:3.0.0' implementation('com.squareup.picasso:picasso:2.71828') { exclude group: 'com.squareup.okhttp3', module: 'okhttp'