Squeezing your Gradle builds

1 · Saul Molinero · July 20, 2015, midnight
Android Studio came from by the hand of Gradle as a new tool for the construction and packaging of Android projects. This powerful utility, well exploited, can provide much power and comfort developing complex Android projects. These projects may contain different modules, variants, dependencies, continuous integration systems, code quality, etc. The motivation of this article is nothing more than sharing simple methodologies that I have applied on certain projects. All the code is uploaded t...