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
/** | |
* Downloads all android-all dependencies and copies them to the mavenLocal() repository | |
* | |
* Once applied to your gradle project, can be executed with ./gradlew robolectricSdkDownload | |
*/ | |
import java.nio.file.Files | |
// The general idea of this was borrowed from https://gist.github.com/xian/05c4f27da6d4156b9827842217c2cd5c | |
// I then modified it heavily to allow easier addition of new SDK versions |