This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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. |