From 16120f80d030ad52c85685dd6d8bc2b84be96ab4 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 30 Nov 2021 23:23:20 +0100 Subject: [PATCH] updating penfeizhou.android.animation taking care of webp and apng files --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0a7c3db83..cd2bf036f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -93,8 +93,8 @@ dependencies { implementation 'com.github.tibbi:gestureviews:a8e8fa8d27' implementation 'com.github.tibbi:subsampling-scale-image-view:60fb7362d5' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - implementation 'com.github.penfeizhou.android.animation:awebp:2.11.0' - implementation 'com.github.penfeizhou.android.animation:apng:2.11.0' + implementation 'com.github.penfeizhou.android.animation:awebp:2.17.0' + implementation 'com.github.penfeizhou.android.animation:apng:2.17.0' implementation('com.squareup.picasso:picasso:2.71828') { exclude group: 'com.squareup.okhttp3', module: 'okhttp' }