You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library provides built-in proguard rules like the following.
Is it really needed? I think this library is not using any reflections and it seems to be safe to remove all rules.
# Lib
-keep class com.github.javiersantos.**
-dontwarn com.github.javiersantos.**# LVL
-keep class com.google.**
-keep class autovalue.shaded.com.google.**
-keep class com.android.vending.billing.**
-keep public class com.android.vending.licensing.ILicensingService
-dontwarn org.apache.**
-dontwarn com.google.**
-dontwarn autovalue.shaded.com.google.**
-dontwarn com.android.vending.billing.**
The text was updated successfully, but these errors were encountered:
This library provides built-in proguard rules like the following.
Is it really needed? I think this library is not using any reflections and it seems to be safe to remove all rules.
The text was updated successfully, but these errors were encountered: