From 04076677eb8e2163b197bab82dcb25b8e0e983f9 Mon Sep 17 00:00:00 2001 From: Floens Date: Tue, 13 Jun 2017 22:28:06 +0200 Subject: [PATCH] Update build tools in the travis config Who reads their own comments really --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d8df26be..e953821d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ android: - platform-tools - tools - extra-android-m2repository - - build-tools-25.0.1 + - build-tools-25.0.2 - android-25 script: cd Clover && ./gradlew build --console plain -x lint