From 97d26d5aac1aece22ba24406f1636af4df23fd4c Mon Sep 17 00:00:00 2001 From: nivl4 Date: Thu, 26 May 2016 10:42:29 +0800 Subject: [PATCH] fix Travis CI build Android SDK Tools, revision 24.4.1 needed in order to install the required Android SDK Build-tools, revision 23.0.3. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ae6569942..678714f62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ android: # Uncomment the lines below if you want to # use the latest revision of Android SDK Tools # - platform-tools - # - tools + - tools # The BuildTools version used by your project - build-tools-23.0.3