diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2015-01-07 15:57:27 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2015-01-07 15:57:27 +0100 |
commit | af1410b02a88a4948bb0f24ccf0f9e3c455bd11f (patch) | |
tree | 798c78e21ae2f5a0dd7b3d846f71b83215ff96c2 /.travis.yml | |
parent | ef525fb10e672b23219fdf180d310de9f6ce59d3 (diff) | |
parent | 312f95b73d9e2e1a0e3f21ea7c297263ec05987b (diff) |
Merge pull request #845 from SamWhited/material
Add materials theme for v21 devices
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 |