You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
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.
The text was updated successfully, but these errors were encountered: