From 2418abf85ea467943b21d34669d597a736635370 Mon Sep 17 00:00:00 2001 From: "David A. Velasco" Date: Wed, 14 Jun 2017 17:36:28 +0200 Subject: [PATCH] Update Travis config to install Android build tools 26.0.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6a458c15..b1a497c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ android: # second 'tools' updates SDK tools 'til last version ** in remote repository number 11 ** (current last one) - tools - platform-tools - - build-tools-25.0.2 + - build-tools-26.0.0 - android-24 - sys-img-armeabi-v7a-android-24 branches: