I'm currently using Proguard in my app, and the Audience Network is not working. I need some different configuration, rather than the usual:
-keep class com.facebook.** { *; }
The problem is the integration guide doesn't refer any kind of Proguard configuration. Does someone already faced this problem and figured out what is missing?