From 157c5040272105a82598971e088fce61b2c7169a Mon Sep 17 00:00:00 2001 From: Floens Date: Sun, 27 Dec 2015 14:10:40 +0100 Subject: [PATCH] Update travis build tools --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5d34303c..b11af58a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ android: - platform-tools - tools - extra-android-m2repository - - build-tools-23.0.1 + - build-tools-23.0.2 - android-23 script: cd Clover && ./gradlew build --console plain -x lint