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

Add proguard rule #50

Closed
kenumir opened this issue Aug 31, 2016 · 2 comments
Closed

Add proguard rule #50

kenumir opened this issue Aug 31, 2016 · 2 comments

Comments

@kenumir
Copy link

kenumir commented Aug 31, 2016

When using proguard need add rules:

-keep class com.wang.avi.** { *; }
-keep class com.wang.avi.indicators.** { *; }

Indicators is load from class names, proguard may change it (rename).

@HarlonWang
Copy link
Owner

Thanks the point :)

@HarlonWang
Copy link
Owner

I have added .

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

2 participants