From 2d535467978649dce0c062d47a3ed921a754f875 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Wed, 24 Aug 2016 16:19:58 -0500 Subject: [PATCH] Platform and build tools 24.0.2 --- .travis.yml | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1382f217f..7685c64b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ android: components: - tools # https://github.com/travis-ci/travis-ci/issues/5049 - android-24 - - platform-tools-24 - - build-tools-24.0.1 + - platform-tools-24.0.2 + - build-tools-24.0.2 - extra-android-m2repository - extra-google-m2repository licenses: diff --git a/build.gradle b/build.gradle index e539b82fd..c2daee0c9 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ android { } compileSdkVersion 24 - buildToolsVersion "24.0.1" + buildToolsVersion "24.0.2" defaultConfig { applicationId "org.tasks"