File tree 2 files changed +3
-11
lines changed
2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -15,21 +15,14 @@ android:
15
15
- build-tools-25.0.2
16
16
- android-25
17
17
- doc-25
18
- - extra-android-support
19
18
- extra-google-m2repository
20
19
- extra-android-m2repository
20
+ licenses :
21
+ - ' android-sdk-license-.+'
21
22
22
23
before_install :
23
24
- pip install --user codecov
24
25
25
- install :
26
- - echo y | android update sdk -u -a -t tools
27
- - echo y | android update sdk -u -a -t platform-tools
28
- - echo y | android update sdk -u -a -t build-tools-25.0.2
29
- - echo y | android update sdk -u -a -t android-25
30
- - echo y | android update sdk -u -a -t extra-google-m2repository
31
- - echo y | android update sdk -u -a -t extra-android-m2repository
32
-
33
26
script :
34
27
- ./gradlew clean testDebugUnitTest jacocoTestReport --info
35
28
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
12
12
}
13
13
14
14
dependencies {
15
- classpath ' org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.0.1x '
15
+ classpath ' org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.1 '
16
16
}
17
17
}
18
18
@@ -37,7 +37,6 @@ android {
37
37
testCoverageEnabled = true
38
38
}
39
39
}
40
- buildToolsVersion ' 25.0.0'
41
40
}
42
41
43
42
dependencies {
You can’t perform that action at this time.
0 commit comments