We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360ac20 commit 4ceca64Copy full SHA for 4ceca64
.travis.yml
@@ -18,6 +18,8 @@ android:
18
- extra-android-support
19
- extra-google-m2repository
20
- extra-android-m2repository
21
+ licenses:
22
+ - 'android-sdk-license-.+'
23
24
before_install:
25
- pip install --user codecov
ParseLiveQuery/build.gradle
@@ -12,7 +12,7 @@ buildscript {
12
}
13
14
dependencies {
15
- classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.0.1x'
+ classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.1'
16
17
@@ -37,7 +37,6 @@ android {
37
testCoverageEnabled = true
38
39
40
- buildToolsVersion '25.0.0'
41
42
43
0 commit comments