From b70fbeccc97e2796efe7d9545ee6e415e080b97f Mon Sep 17 00:00:00 2001 From: Sergey Trofimov Date: Fri, 6 Nov 2015 17:39:07 +0300 Subject: [PATCH 1/2] Correct buildTools version in travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8c702e1f1..21b65aa33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ android: # - tools # The BuildTools version used by your project - - build-tools-23.0.1 + - build-tools-23.0.2 # The SDK version used to compile your project - android-23 From fc2cc3adb4bbe79d1fd0765bc91640b650934f61 Mon Sep 17 00:00:00 2001 From: Sergey Trofimov Date: Mon, 9 Nov 2015 11:13:08 +0300 Subject: [PATCH 2/2] attempt travis fix use same suggestion as per https://github.com/travis-ci/travis-ci/issues/5036 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 21b65aa33..22d9469af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,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.2