Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
x2on committed Dec 3, 2015
1 parent ee207bd commit e66a107
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'de.felixschulze.gradle:gradle-spoon-plugin:2.7'
classpath 'de.felixschulze.gradle:gradle-spoon-plugin:2.7.2'
}
}
Expand All @@ -31,6 +31,7 @@ spoon {
adbTimeout = 10*60
failIfNoDeviceConnected = false
excludedDevices = ['f5adb1a1', 'a6asb224']
disableDexVerification = true
}
```

Expand All @@ -42,6 +43,7 @@ spoon {
* `failIfNoDeviceConnected`: Fail if no device is connected
* `excludedDevices`: List of devices which should be excluded
* `instrumentationArgs`: List of arguments to pass to the Instrumentation Runner
* `disableDexVerification`: Set to true if you have problems on devices < 5.0 with multidex

## Running specific test classes or test methods

Expand Down

0 comments on commit e66a107

Please sign in to comment.