summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/gradle-spoon.gradle
blob: 1c9afaeb7c1ca14a4d98ecb65270285f13f7edcc (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
}