From daad250bb9c7d91a6b8e2567224df0e5ec055274 Mon Sep 17 00:00:00 2001 From: Doug Keen Date: Sun, 30 Oct 2016 21:25:36 -0700 Subject: [PATCH] Forgot to update sdk/build tools in .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 60741b6..8b4dab4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,10 @@ android: - tools # The BuildTools version used by your project - - build-tools-24.0.3 + - build-tools-25.0.0 # The SDK version used to compile your project - - android-24 + - android-25 - extra-google-m2repository - extra-android-m2repository \ No newline at end of file