Skip to content

Commit eefdad1

Browse files
committed
Remove unused deps.
1 parent 36451a9 commit eefdad1

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,16 @@ dependencies {
4242
implementation 'digital.wup:android-maven-publish:3.6.2'
4343
implementation 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.20'
4444
implementation 'org.json:json:20180813'
45-
4645
implementation 'io.opencensus:opencensus-api:0.18.0'
4746
implementation 'io.opencensus:opencensus-exporter-stats-stackdriver:0.18.0'
4847
runtime 'io.opencensus:opencensus-impl:0.18.0'
4948
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
50-
5149
implementation 'org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.17-g008'
52-
5350
implementation 'com.android.tools.build:gradle:3.4.1'
51+
5452
testImplementation 'junit:junit:4.13-rc-1'
5553
testImplementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
56-
testImplementation('org.spockframework:spock-core:1.1-groovy-2.4') {
57-
exclude group: 'org.codehaus.groovy'
58-
}
5954
testImplementation "com.google.truth:truth:1.0.1"
60-
testImplementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.11.0"
61-
testImplementation "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.0"
62-
63-
6455
testImplementation 'commons-io:commons-io:2.6'
6556

6657
}

0 commit comments

Comments
 (0)