Skip to content

Commit e68149b

Browse files
authored
Add built tools 19.1.0 to .travis.yml
1 parent afc8687 commit e68149b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ android:
55
- tools # see https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943)
66
- platform-tools
77
- build-tools-24.0.2
8+
- build-tools-19.1.0
89
- android-11
910
sudo: true
1011
script:
@@ -13,4 +14,4 @@ script:
1314
- mvn clean install -Dmaven.javadoc.skip=true cobertura:cobertura
1415

1516
after_success:
16-
- bash <(curl -s https://codecov.io/bash)
17+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)