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

Replace inlined third-party libraries by Maven dependencies #2

Open
timoreimann opened this issue May 25, 2014 · 0 comments
Open

Replace inlined third-party libraries by Maven dependencies #2

timoreimann opened this issue May 25, 2014 · 0 comments
Assignees

Comments

@timoreimann
Copy link
Owner

A few third-party Android libraries were embedded into Klyph in pure Java code format (i.e., no JAR files but copies of the original library code). These should be replaced by Maven dependencies in order to reduce the amount of code in the project, introduce proper versioning, and separate application from library logic.

@timoreimann timoreimann self-assigned this May 25, 2014
timoreimann added a commit that referenced this issue May 25, 2014
 - Remove library/ directory.
 - Add compile directive to build.gradle.
 - Remove include from settings.gradle.

 Refers #2.
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

1 participant