Skip to content

Instantly share code, notes, and snippets.

View pentiumao's full-sized avatar

Andrew Wang pentiumao

View GitHub Profile
@pentiumao
pentiumao / build.gradle
Last active November 9, 2018 07:29 — forked from xian/build.gradle
Download Robolectric dependencies for hermetic build
def robolectricVersion = '4.0'
def androidSdkVersions = [
'4.1.2_r1-robolectric-0',
'4.2.2_r1.2-robolectric-0',
'4.3_r2-robolectric-0',
'4.4_r1-robolectric-1',
'5.0.0_r2-robolectric-1',
'5.1.1_r9-robolectric-1',
'6.0.1_r3-robolectric-r1',