From edd5f25529a1847108537b1df90aac33c3a8f2d6 Mon Sep 17 00:00:00 2001 From: Alinson Xavier Date: Sun, 25 Dec 2016 23:56:34 -0500 Subject: [PATCH] Update circle.yml --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 243168196..c33a1c355 100644 --- a/circle.yml +++ b/circle.yml @@ -1,7 +1,7 @@ dependencies: pre: - echo y | android update sdk --no-ui --all --filter "tools" - - echo y | android update sdk --no-ui --all --filter "build-tools-23.0.3" + - echo y | android update sdk --no-ui --all --filter "build-tools-25.0.2" checkout: post: - git submodule sync