Signed apk for release don't play gifs
Chuque opened this issue · 2 comments
Chuque commented
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.
koral-- commented
Please create a sample project which reproduces this issue.
koral-- commented
Closing due to inactivity