I am integrating GIPHY Android SDK into our app (which is a keyboard), and on the debug release everything works fine and the GIFs are displayed correctly. However, on our release build, no GIFs are displayed; instead, a message of "NO RESULTS" is displayed:
I found another question here asking something similar (Giphy android sdk returns no data on release build) and the answer was to include some ProGuard rules for the GIPHY libraries. However, our project does not use ProGuard obfuscation on the release build (uses DashO, instead).
¿Is there any special consideration that should be taken into account with GIPHY SDK on release build?
Thanks.