SRML icon indicating copy to clipboard operation
SRML copied to clipboard

Add proguard rules to README and Setup wiki

Open jasonwyatt opened this issue 7 years ago • 2 comments

Research and provide proguard rules for SRML in README.md and the Setup wiki page.

jasonwyatt avatar Nov 16 '16 15:11 jasonwyatt

Sorry I don't have enough experience to help you out with this but I can tell you this, if it helps. After using minify enabled and resource shrinking enabled, the library doesn't need any special proguard rules EXCEPT for custom tags created by user, in that case he needs to add:

-keep class com.package_of_custom_srml_tags.** { *; }

usernotnull avatar Mar 08 '17 10:03 usernotnull

That's great news, thanks for looking into it! If you want to submit a PR for changes to README.md with a section about Proguard, I'd love to review+merge it.

jasonwyatt avatar Mar 08 '17 11:03 jasonwyatt