File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,8 @@ dependencies {
46
46
implementation ' io.opencensus:opencensus-exporter-stats-stackdriver:0.18.0'
47
47
runtime ' io.opencensus:opencensus-impl:0.18.0'
48
48
implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.6'
49
- implementation ' org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.17-g005'
50
-
51
- implementation ' com.android.tools.build:gradle:3.5.2'
52
- testImplementation ' junit:junit:4.12'
53
- testImplementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.6'
54
- testImplementation(' org.spockframework:spock-core:1.1-groovy-2.4' ) {
55
- exclude group : ' org.codehaus.groovy'
56
- }
49
+ implementation ' org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.17-g008'
50
+ implementation ' com.android.tools.build:gradle:3.4.1'
57
51
58
52
testImplementation ' junit:junit:4.13-rc-1'
59
53
testImplementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.6'
Original file line number Diff line number Diff line change @@ -33,10 +33,6 @@ apply plugin: "com.android.application"
33
33
android {
34
34
compileSdkVersion 29
35
35
36
- lintOptions {
37
- abortOnError false
38
- }
39
-
40
36
defaultConfig {
41
37
minSdkVersion 16
42
38
multiDexEnabled true
You can’t perform that action at this time.
0 commit comments