/
1.0.0 - SDK - Enabling Minify
1.0.0 - SDK - 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.
, multiple selections available,
Related content
Android How to enable minify
Android How to enable minify
More like this
1.0.0 - SDK - Get Started
1.0.0 - SDK - Get Started
More like this
1.0.0 - Flutter - Get Started
1.0.0 - Flutter - Get Started
More like this
Android Get Started
Android Get Started
More like this