Skip to content

Commit 4ceca64

Browse files
committed
one more try
1 parent 360ac20 commit 4ceca64

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ android:
1818
- extra-android-support
1919
- extra-google-m2repository
2020
- extra-android-m2repository
21+
licenses:
22+
- 'android-sdk-license-.+'
2123

2224
before_install:
2325
- pip install --user codecov

ParseLiveQuery/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
}
1313

1414
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'
1616
}
1717
}
1818

@@ -37,7 +37,6 @@ android {
3737
testCoverageEnabled = true
3838
}
3939
}
40-
buildToolsVersion '25.0.0'
4140
}
4241

4342
dependencies {

0 commit comments

Comments
 (0)