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

Reduce the number of libs used #143

Open
pedrovgs opened this issue Nov 25, 2016 · 3 comments
Open

Reduce the number of libs used #143

pedrovgs opened this issue Nov 25, 2016 · 3 comments
Labels

Comments

@pedrovgs
Copy link
Member

As we already know, the usage of third party libraries should be limited when developing a library. That's why we should get rid of OkHttp and Gson in the future once the MVP be released. This should be one of the first tasks in the next iteration. Right @davideme ?

@pedrovgs
Copy link
Member Author

We could use jar jar to repackage google play services lib :)

@pedrovgs
Copy link
Member Author

The branch named "try-to-replace-dependencies-using-jarjar" contains a first approach using the Jarjar gradle plugin: https://github.com/vRallev/jarjar-gradle

@pedrovgs
Copy link
Member Author

@flipper83 do you know if we can repackage an AAR? We can use this gradle plugin with jars but it does not work with aars :S

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant