1. Flutter – Monetize ...
  2. User Guide
  3. Enable Minify with R89

Enable Minify with R89

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

-keep class com.google.android.gms.** { *; }
-keep class com.refinery89.androidSdk.data_layer.schemes_models.** { *; }
-dontwarn org.xmlpull.v1.**
-dontwarn org.kxml2.io.**
-dontwarn android.content.res.**
-dontwarn org.slf4j.impl.StaticLoggerBinder

-keep class org.xmlpull.** { *; }
-keepclassmembers class org.xmlpull.** { *; }

Come possiamo aiutarti?