1. Home
  2. Docs
  3. Android – Monetize ...
  4. Use Manual
  5. 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?