From: David A. Velasco Date: Tue, 26 May 2015 11:54:07 +0000 (+0200) Subject: Try to enforce newer Android build tools in Travis X-Git-Tag: test~1 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/3ead0b6f6e1bfc19edec506151f2e9374e19271c?ds=inline Try to enforce newer Android build tools in Travis --- diff --git a/.travis.yml b/.travis.yml index d7e46cbc..a9a6ff30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ android: components: - platform-tools - tools - - build-tools-20.0.0 + - build-tools-22.0.1 - android-19 before_install: - rm pom.xml