From fd1fc9e36a16043e6a84f99a28ba4db795ed36ce Mon Sep 17 00:00:00 2001 From: Floens Date: Sun, 25 Oct 2015 13:45:40 +0100 Subject: [PATCH] Update travis config to the correct build tools and platform version --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bcc45616..5d34303c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ android: - platform-tools - tools - extra-android-m2repository - - build-tools-22.0.1 - - android-22 + - build-tools-23.0.1 + - android-23 script: cd Clover && ./gradlew build --console plain -x lint