From 51dc9155120f22f9ba515d62e55d2e7c4791a142 Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Sun, 24 Dec 2017 18:43:59 -0500 Subject: [PATCH] Update travis to use Android tools 26.0.2 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index df7ab2e..6b9dd73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ sudo: true install: - echo y | android update sdk -u -a -t tools - echo y | android update sdk -u -a -t platform-tools -- echo y | android update sdk -u -a -t build-tools-25.0.2 +- echo y | android update sdk -u -a -t build-tools-26.0.2 - echo y | android update sdk -u -a -t android-25 - echo y | android update sdk -u -a -t extra-google-m2repository - echo y | android update sdk -u -a -t extra-android-m2repository @@ -13,4 +13,4 @@ script: ./gradlew assembleRelease testReleaseUnitTest lintRelease findbugs after_failure: - cat app/build/reports/findbugs/findbugs.html -- cat app/build/reports/tests/debug/index.html \ No newline at end of file +- cat app/build/reports/tests/debug/index.html