# Proguard configurations in this file get packaged up in the AAR file and
# merged with the application proguard rules.
# For Dynamically Loaded library we want to keep all public classes, so that they are
# available from internal classes.
-dontwarn com.facebook.ads.internal.**
-keeppackagenames com.facebook.*
-keep public class com.facebook.ads.** {
   public protected *;
}
