From 8b79d8402948803d21092c67dcf80485ef6b480c Mon Sep 17 00:00:00 2001 From: Abraham Kiggundu <akiggund@thoughtworks.com> Date: Sun, 4 Jan 2015 23:40:19 +0300 Subject: [PATCH] Fix to travis android build tools version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cfa6b1eff4..18ac83f0ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: android android: components: - - build-tools-19.0.2 + - build-tools-20.0.0 - android-10 licenses: - 'android-sdk-.*' -- GitLab