# AdMob/GAM instantiate the mediation adapter reflectively by its custom-event class name.
# Google's keep rules cover only com.google.ads.mediation.** — NOT our package —
# so without this rule R8/ProGuard strips the adapter as unreachable and AdMob silently drops Bidease.
-keep class com.bidease.ads.adapter.googleads.** { *; }
