From c3e6dca4c8b7fb347dabe37378c6a95250137990 Mon Sep 17 00:00:00 2001 From: Michael Mee Date: Sun, 8 Oct 2017 11:59:15 -0700 Subject: [PATCH] Increment build tools to the latest 25.x point release --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index ed917c0..a6eee0c 100644 --- a/circle.yml +++ b/circle.yml @@ -1,7 +1,7 @@ dependencies: pre: - echo y | android update sdk --no-ui --all --filter tools,platform-tools,android-25 - - echo y | android update sdk --no-ui --all --filter build-tools-25.0.2 + - echo y | android update sdk --no-ui --all --filter build-tools-25.0.3 test: override: