From 2c3c57f832401ee3ec886cff6b93e88482f5c0d1 Mon Sep 17 00:00:00 2001 From: Martin Jansche Date: Wed, 14 Sep 2016 12:50:28 -0400 Subject: [PATCH] Bump Android build-tools version to 24.0.2. --- .travis.yml | 4 ++-- WORKSPACE | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 92fa701..fc3beac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,8 @@ before_install: - sudo chmod 1777 /usr/local/android-sdk - wget https://dl.google.com/android/android-sdk_r24.4.1-linux.tgz - tar xzf android-sdk_r24.4.1-linux.tgz -C /usr/local/android-sdk --strip-components=1 - - echo y | /usr/local/android-sdk/tools/android update sdk --no-ui --filter build-tools-24.0.1 + - echo y | /usr/local/android-sdk/tools/android update sdk --no-ui --filter build-tools-24.0.2 - echo y | /usr/local/android-sdk/tools/android update sdk --no-ui --filter android-24 script: - - bazel test //af/... //bn/... //festus/... //hi_ur/... //my/... //xh/... //zu/... + - bazel test //af/... //bn/... //festus/... //hi_ur/... //my/... //Mymr/... //xh/... //zu/... diff --git a/WORKSPACE b/WORKSPACE index 8b4eb65..d70b878 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -5,7 +5,7 @@ workspace(name = "language_resources") android_sdk_repository( name = "androidsdk", api_level = 24, - build_tools_version = "24.0.1", + build_tools_version = "24.0.2", path = "/usr/local/android-sdk", )