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

Library proguard rules #37

Open
ptsiogas opened this issue Mar 23, 2018 · 2 comments
Open

Library proguard rules #37

ptsiogas opened this issue Mar 23, 2018 · 2 comments

Comments

@ptsiogas
Copy link

Hi there,

It would be extremely helpful if you could the the appropriate library proguard rules.

@jinatonic
Copy link
Owner

Can you elaborate on what proguard rules you would need? The library doesn't use any external dependency and reflection so proguard shouldn't be unnecessarily stripping out essential code.

@ptsiogas
Copy link
Author

ptsiogas commented Apr 6, 2018

With proguard enabled the gradle build had errors. After adding the lines below in the proguard-rules file, the gradle build was successful.

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

Sorry for the late response, I had no time to investigate it any further.

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