diff options
author | Michael <betheg@bitcloner.org> | 2015-08-28 20:24:42 +0200 |
---|---|---|
committer | Michael <betheg@bitcloner.org> | 2015-08-28 20:24:42 +0200 |
commit | 58b6910ae6497e01aee29c68d076e6c8b6a41780 (patch) | |
tree | 9ae087955209d2c0411ad129e183dcf4e8dbfdd1 | |
parent | a314563ca900522e9000223971a8f3c47ff9f668 (diff) |
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 |