Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PiracyChecker's proguard-rules.pro preserves too much classes not obfuscated #107

Open
h6ah4i opened this issue Oct 3, 2021 · 0 comments

Comments

@h6ah4i
Copy link

h6ah4i commented Oct 3, 2021

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.**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant