diff options
author | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2015-08-28 20:51:22 +0200 |
---|---|---|
committer | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2015-08-28 20:51:22 +0200 |
commit | c5f0a5326e0fe8ce5fdeb0ae3d2fce6bd100453f (patch) | |
tree | 9ae087955209d2c0411ad129e183dcf4e8dbfdd1 | |
parent | a314563ca900522e9000223971a8f3c47ff9f668 (diff) | |
parent | 58b6910ae6497e01aee29c68d076e6c8b6a41780 (diff) |
Merge pull request #124 from betheg/travis
travis.yml: use sdk 23.0.0
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 3e3c7483..0b6b8dd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ language: android android: components: - - android-22 - - build-tools-22.0.0 + - android-23 + - build-tools-23.0.0 - platform-tools - extra-google-m2repository - extra-android-m2repository |