update robolectric to 3.6.1

This commit is contained in:
Vincent Breitmoser
2018-01-24 02:30:37 +01:00
parent da40c6bc52
commit dcbf57f688
4 changed files with 16 additions and 14 deletions

View File

@@ -20,12 +20,6 @@ allprojects {
}
}
subprojects {
tasks.withType(Test) {
maxParallelForks = 1
}
}
// Ignore tests for external bouncycastle
project(':extern:bouncycastle') {
subprojects {