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

Implement dependency listing for Android #55

Open
lucasconstantino opened this issue Apr 21, 2019 · 2 comments
Open

Implement dependency listing for Android #55

lucasconstantino opened this issue Apr 21, 2019 · 2 comments
Labels
on hold This issue is currently on hold

Comments

@lucasconstantino
Copy link
Collaborator

Currently, the application can only handle dependencies based on package.json files - used by frontend and backend projects. We need to implement dependency analyzing for Android projects.

@lucasconstantino
Copy link
Collaborator Author

Relates to #54

@lucasconstantino lucasconstantino added the on hold This issue is currently on hold label Apr 22, 2019
@lucasconstantino
Copy link
Collaborator Author

Excerpt from a talk I had with an Android developer:

Apache Maven
- maven central
- bintray
- google


gradle (build.gradel)
- building tool

Implementation = Production
debug/test = Development

[package]:[module]@[version]

-- runtime based dependency (variables for versions, sometimes)

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

No branches or pull requests

1 participant