summaryrefslogtreecommitdiff
path: root/platform/android/dependencies.gradle
diff options
context:
space:
mode:
authorTobrun Van Nuland <tobrun.van.nuland@gmail.com>2017-10-17 17:35:20 +0200
committerTobrun <tobrun@mapbox.com>2017-10-18 11:02:04 +0200
commitfe6e0c360e9d2bcab975f7f469a5ad5537cf6a9c (patch)
treefbf9b9e7b30329411ce8a76d99ca26aabb8a7b08 /platform/android/dependencies.gradle
parent9c12a311f2ba2b26a44a6e13edd38bf8050e5d16 (diff)
downloadqtlocation-mapboxgl-fe6e0c360e9d2bcab975f7f469a5ad5537cf6a9c.tar.gz
[android] - removed unused gradle plugins
Diffstat (limited to 'platform/android/dependencies.gradle')
-rw-r--r--platform/android/dependencies.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/android/dependencies.gradle b/platform/android/dependencies.gradle
index 521084559f..0a8278a7b7 100644
--- a/platform/android/dependencies.gradle
+++ b/platform/android/dependencies.gradle
@@ -27,7 +27,6 @@ ext {
mockito : 'org.mockito:mockito-core:2.10.0',
// instrumentation test
- testSpoonRunner : 'com.squareup.spoon:spoon-client:1.7.1',
testRunner : "com.android.support.test:runner:${testRunnerVersion}",
testRules : "com.android.support.test:rules:${testRunnerVersion}",
testEspressoCore : "com.android.support.test.espresso:espresso-core:${espressoVersion}",