Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Libraries shouldn't be proguarded on their own #170

Closed
wants to merge 1 commit into from
Closed

Libraries shouldn't be proguarded on their own #170

wants to merge 1 commit into from

Conversation

andrzejressel
Copy link
Contributor

They should be proguarded along with app

They should be proguarded with app
@rmtheis
Copy link
Owner

rmtheis commented Aug 26, 2016

Please explain your reasoning.

@andrzejressel
Copy link
Contributor Author

Sure, because libs usually (I think at most cases) are compiled along with application (and it's proguarded with it), proguard it without said app doesn't make sense - it also causes proguard file to be more compilated - you have to leave public classes/method, keeping serializable methods etc.

@rmtheis
Copy link
Owner

rmtheis commented Aug 26, 2016

That's a really good point. I want to do a bit of testing on this.

@rmtheis
Copy link
Owner

rmtheis commented Oct 27, 2016

@rmtheis
Copy link
Owner

rmtheis commented Nov 27, 2016

Thanks for the contribution! These changes were applied in commit a88da77 and #172.

@rmtheis rmtheis closed this Nov 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants