Skip to content

Instantly share code, notes, and snippets.

View TigerSkinZhang's full-sized avatar
🌴
On vacation

TigerSkinZhang TigerSkinZhang

🌴
On vacation
View GitHub Profile
@kotucz
kotucz / build-robolectric.gradle
Last active November 5, 2019 12:13
Robolectric runtime dependencies downloader
/**
* Module that includes this will be configured to use offline dependencies for Robolectric
* This downloads robolectric dependencies once into the root project
*/
def robolectricDependenciesFolder = rootProject.buildDir.path + "/robolectric-dependencies"
// configuration that resolves Robolectric runtime dependencies
configurations.create('robolectricRuntime')