Android - Monetize App SDK Documentation

⌘K
  1. Android – Monetize ...
  2. Enabling Minify

Enabling Minify

If you want to enable minify in your application with our SDK, you will need to add this rules to your proguard-rules.pro

  • -keep class com.google.android.gms.** { *; }

    • This rule is supposed to keep gms classes from being changed which was causing Prebid SDK to break.

  • -keep class com.refinery89.androidSdk.data_layer.schemes_models.** { *; }

    • This rule is going to keep Refinery 89 SDK schemes so that SDK is going to initialize correctly.

How can we help?