From ccc44c20e67af3f21df535233ba05869933a3b70 Mon Sep 17 00:00:00 2001 From: Floens Date: Mon, 18 May 2015 22:59:21 +0200 Subject: [PATCH] Fix for gifs not working with proguard enabled --- Clover/app/proguard.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Clover/app/proguard.cfg b/Clover/app/proguard.cfg index 394246de..fe0b56e0 100644 --- a/Clover/app/proguard.cfg +++ b/Clover/app/proguard.cfg @@ -131,7 +131,8 @@ public *; } --keep public class pl.droidsonroids.gif.GifIOException{*;} +-keep public class pl.droidsonroids.gif.GifIOException{(int);} +-keep class pl.droidsonroids.gif.GifInfoHandle{(long,int,int,int);} -dontwarn java.nio.** -dontwarn org.codehaus.mojo.**