diff options
author | Kenny Root <kenny@the-b.org> | 2015-03-23 16:13:10 +0000 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2015-03-23 16:21:15 +0000 |
commit | 89ee9588459755193dfff3df45f4494d53b25854 (patch) | |
tree | 7d13fb7404bdbd3a3fbe7222362793e1aa164701 /robolectric-tests | |
parent | b084808891519ae945bda86540b5c5941f1dcad9 (diff) | |
download | connectbot-89ee9588459755193dfff3df45f4494d53b25854.tar.gz connectbot-89ee9588459755193dfff3df45f4494d53b25854.tar.bz2 connectbot-89ee9588459755193dfff3df45f4494d53b25854.zip |
Update to latest build system
Diffstat (limited to 'robolectric-tests')
-rw-r--r-- | robolectric-tests/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robolectric-tests/build.gradle b/robolectric-tests/build.gradle index ce644af..0cf5a7e 100644 --- a/robolectric-tests/build.gradle +++ b/robolectric-tests/build.gradle @@ -25,7 +25,7 @@ dependencies { testCompile androidModule.android.applicationVariants.toList().first().javaCompile.classpath testCompile androidModule.android.applicationVariants.toList().first().javaCompile.outputs.files - testCompile files(androidModule.plugins.findPlugin("com.android.application").getBootClasspath()) + testCompile files(androidModule.android.getBootClasspath()) // This gets the location of the SDK's Android Support Repo androidModule.repositories { |