# Meta adapter consumer ProGuard rules
# Keep adapter-local classes stable in minified publisher apps.
-keep class io.cloudx.adapter.meta.** { *; }

# Suppress warnings from Facebook Infer annotations (auto-generated by AGP)
-dontwarn com.facebook.infer.annotation.Nullsafe$Mode
-dontwarn com.facebook.infer.annotation.Nullsafe

# The adapter is published with Meta 6.20.0 as the transitive dependency for
# Unity 2022 compatibility. These newer Meta classes may be absent on consumer
# classpaths that resolve 6.20.0 from the published POM.
-dontwarn com.facebook.ads.AdClosedListener
-dontwarn com.facebook.ads.NativeAd$NativeOptions
