-
-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
Description
BuildAPKs could parse project configuration files to integrate libraries:
- Some of the configuration files are:
app/build.gradlebuild.gradlegradle/wrapper/gradle-wrapper.propertiesproguard-project.txtproguard.cfgproject.properties
What other configuration files desire parsing?
- How should libraries be handled by BuildAPKs:
- Should libraries be downloaded, symlinked and linked into the project that is being compiled?
- Should the libraries be downloaded, cached and unpacked into the source code? This method may be more transparent while working with the project sourcecode.
- How should the build scripts integrate the tasks of parsing, downloading and linking these libraries into each individual project? Device space is important while working with multiple projects.
Reactions are currently unavailable