We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc8687 commit e68149bCopy full SHA for e68149b
.travis.yml
@@ -5,6 +5,7 @@ android:
5
- tools # see https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943)
6
- platform-tools
7
- build-tools-24.0.2
8
+ - build-tools-19.1.0
9
- android-11
10
sudo: true
11
script:
@@ -13,4 +14,4 @@ script:
13
14
- mvn clean install -Dmaven.javadoc.skip=true cobertura:cobertura
15
16
after_success:
- - bash <(curl -s https://codecov.io/bash)
17
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments