Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit fe6e0c3

Browse files
committed
[android] - removed unused gradle plugins
1 parent 9c12a31 commit fe6e0c3

File tree

5 files changed

+0
-57
lines changed

5 files changed

+0
-57
lines changed

platform/android/MapboxGLAndroidSDKTestApp/build.gradle

-3
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ dependencies {
7070
}
7171

7272
// Testing dependencies
73-
androidTestCompile rootProject.ext.dep.testSpoonRunner
7473
androidTestCompile rootProject.ext.dep.supportAnnotations
7574
androidTestCompile rootProject.ext.dep.testRunner
7675
androidTestCompile rootProject.ext.dep.testRules
@@ -80,8 +79,6 @@ dependencies {
8079

8180
apply from: 'gradle-make.gradle'
8281
apply from: 'gradle-config.gradle'
83-
apply from: 'gradle-device-farm.gradle'
84-
apply from: 'gradle-spoon.gradle'
8582
apply from: 'gradle-checkstyle.gradle'
8683
apply from: '../gradle-lint.gradle'
8784

platform/android/MapboxGLAndroidSDKTestApp/gradle-device-farm.gradle

-43
This file was deleted.

platform/android/MapboxGLAndroidSDKTestApp/gradle-spoon.gradle

-8
This file was deleted.

platform/android/build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ buildscript {
44
}
55
dependencies {
66
classpath 'com.android.tools.build:gradle:2.3.1'
7-
classpath 'com.amazonaws:aws-devicefarm-gradle-plugin:1.2'
8-
classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.2.1'
97
}
108
}
119

platform/android/dependencies.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ ext {
2727
mockito : 'org.mockito:mockito-core:2.10.0',
2828

2929
// instrumentation test
30-
testSpoonRunner : 'com.squareup.spoon:spoon-client:1.7.1',
3130
testRunner : "com.android.support.test:runner:${testRunnerVersion}",
3231
testRules : "com.android.support.test:rules:${testRunnerVersion}",
3332
testEspressoCore : "com.android.support.test.espresso:espresso-core:${espressoVersion}",

0 commit comments

Comments
 (0)