Skip to content

Instantly share code, notes, and snippets.

View ngtignacio's full-sized avatar

Ignacio Tomas Crespo ngtignacio

View GitHub Profile
// download the sources of all runtime dependencies in the release build
// add this script in the file build.gradle of each module
// This is a modified version of https://stackoverflow.com/a/58748741/2439283
// How to use: ./gradlew downloadDependencySources
task downloadDependencySources() {
doLast {
// Use here the build variant you need.