fbsamples / audience-network

Open source projects to demonstrate SDK and sample code usages and integration, and to collaborate and support peers in this community.
https://developers.facebook.com/docs/audience-network
Other
319 stars 370 forks source link

Audience network proguard #81

Closed ldxlxl closed 5 years ago

ldxlxl commented 5 years ago

How should I configure its proguard when integrating the Audience network sdk?

phzhou commented 5 years ago

Hi @ldxlxl if you are still having issues with proguard you can try specifying the following in your proguard-rules.pro

-keep class com.facebook.ads.* { ; }