From 16ad13c96217385c97858f66d061d82673ef17be Mon Sep 17 00:00:00 2001 From: Mauricio Colli Date: Tue, 1 Aug 2017 23:18:47 -0300 Subject: [PATCH] Update travis' android and build-tools version --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 57388d529..fad605996 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,10 @@ android: components: # The BuildTools version used by NewPipe - tools - - build-tools-25.0.2 + - build-tools-26.0.1 # The SDK version used to compile NewPipe - - android-25 + - android-26 # Additional components - extra-android-m2repository @@ -17,4 +17,3 @@ script: ./gradlew -Dorg.gradle.jvmargs=-Xmx1536m assembleDebug lintDebug testDeb licenses: - '.+' -