diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2016-10-16 18:40:12 +0200 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2016-10-16 18:40:12 +0200 |
commit | fd56da5c6e4f75668447be499de7e4a746fd62ba (patch) | |
tree | a95d88c81a6d7fc8342e2cd301ef839bd3557764 | |
parent | 4663ea371edd00068be2cb423320044692b3e965 (diff) |
update travis build tools
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1fe79179..cfab4017 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ android: components: - platform-tools - tools - - build-tools-23.0.3 - - android-23 + - build-tools-24.0.1 + - android-24 - extra-google-m2repository - extra-android-m2repository |