blob: 7a5b9664435cde6211cdee6ef22e4ded0053432f (
plain)
1
2
3
4
5
6
7
8
|
println "configuring spoon"
apply plugin: 'spoon'
spoon {
// Spoon: distributes instrumentation tests to all your Androids
// for more options see https://github.com/stanfy/spoon-gradle-plugin
grantAllPermissions = true
debug = true
}
|