From 1ec82489ee94117495560e6f0eb0fd151b3a425e Mon Sep 17 00:00:00 2001 From: Floens Date: Mon, 3 Oct 2016 18:12:03 +0200 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 5592a99a..b2329902 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ android: - platform-tools - tools - extra-android-m2repository - - build-tools-24.0.1 + - build-tools-24.0.3 - android-24 script: cd Clover && ./gradlew build --console plain -x lint