diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2015-05-04 05:49:28 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2015-05-04 05:49:28 +0200 |
commit | e388c75452788160501735a965ada9003e2a7dcb (patch) | |
tree | 835c9ece66338bc32edf21ddc4fc77bd995d57ba /.travis.yml | |
parent | 768f1ef237a0b6d8f1577add3cb17fc2c4dea287 (diff) |
update travis config
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4f147a61..a2959e0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,8 @@ android: components: - platform-tools - tools + - build-tools-22.0.1 - build-tools-21.1.2 - build-tools-19.1.0 - - android-21 + - android-22 - extra-android-m2repository |