koral-- / android-gif-drawable

Views and Drawable for displaying animated GIFs on Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Signed apk for release don't play gifs

Chuque opened this issue · comments

On debug mode (running app via Android Studio) the gif view plays the gif correctly. After generating a signed apk for release using "resguardRelease" gradle task the gif view stays static and the gif doesn't play.
I am displaying it inside an AlertDialog.
Tested on Android version 7.1 and 5.0.
Maybe it have something to do with proguard, but I used the provided rules.

Please create a sample project which reproduces this issue.

Closing due to inactivity