From 4efb6ffa557e2ce4aea309fe9d340ac2ac1c93f1 Mon Sep 17 00:00:00 2001 From: Daniel Gomez Rico Date: Sat, 7 Oct 2017 12:21:41 -0500 Subject: [PATCH] Fix travis to use sdk 26 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5131ae9a0..d50b37e38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,10 +32,10 @@ android: - tools # The BuildTools version used by your project - - build-tools-25.0.3 + - build-tools-26.0.1 # The SDK version used to compile your project - - android-25 + - android-26 # Additional components - extra-google-google_play_services