File tree 1 file changed +1
-10
lines changed 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -42,25 +42,16 @@ dependencies {
42
42
implementation ' digital.wup:android-maven-publish:3.6.2'
43
43
implementation ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.20'
44
44
implementation ' org.json:json:20180813'
45
-
46
45
implementation ' io.opencensus:opencensus-api:0.18.0'
47
46
implementation ' io.opencensus:opencensus-exporter-stats-stackdriver:0.18.0'
48
47
runtime ' io.opencensus:opencensus-impl:0.18.0'
49
48
implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.6'
50
-
51
49
implementation ' org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.17-g008'
52
-
53
50
implementation ' com.android.tools.build:gradle:3.4.1'
51
+
54
52
testImplementation ' junit:junit:4.13-rc-1'
55
53
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
- }
59
54
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
-
64
55
testImplementation ' commons-io:commons-io:2.6'
65
56
66
57
}
You can’t perform that action at this time.
0 commit comments