From 6292684ac999fd323aac15814ab6e4464ef982db Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 10 Oct 2020 22:20:57 +0200 Subject: [PATCH] updating awebp to 2.5.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e1bd6ff14..87e81b0a1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -92,7 +92,7 @@ dependencies { implementation 'com.github.tibbi:gestureviews:512f929d82' implementation 'com.github.tibbi:subsampling-scale-image-view:81c021514c' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - implementation 'com.github.penfeizhou.android.animation:awebp:2.4.2' + implementation 'com.github.penfeizhou.android.animation:awebp:2.5.1' kapt 'com.github.bumptech.glide:compiler:4.10.0'