Skip to content

Commit f23d498

Browse files
committed
Update patch.
1 parent 85f129e commit f23d498

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

buildSrc/build.gradle

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,8 @@ dependencies {
4646
implementation 'io.opencensus:opencensus-exporter-stats-stackdriver:0.18.0'
4747
runtime 'io.opencensus:opencensus-impl:0.18.0'
4848
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'
5751

5852
testImplementation 'junit:junit:4.13-rc-1'
5953
testImplementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6'

smoke-tests/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ apply plugin: "com.android.application"
3333
android {
3434
compileSdkVersion 29
3535

36-
lintOptions {
37-
abortOnError false
38-
}
39-
4036
defaultConfig {
4137
minSdkVersion 16
4238
multiDexEnabled true

0 commit comments

Comments
 (0)