diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index cb01fd95..e11c02c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,6 @@ android: components: - platform-tools - tools + - build-tools-21.1.2 - build-tools-19.1.0 - - android-19 + - android-21 |