# AppLovin instantiates the MAX adapter reflectively by its fully-qualified class name.
# AppLovin's own keep rules cover only com.applovin.mediation.adapters.** — NOT our package —
# so without this rule R8/ProGuard strips the adapter as unreachable and MAX silently drops Bidease.
-keep class com.bidease.ads.adapter.applovin.** { *; }
