From 750b3edc8392af3e8e8c255849d9ee65655e3bcc Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Tue, 7 Feb 2017 13:40:28 -0600 Subject: [PATCH] Build tools 25.0.2 --- .travis.yml | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e411ae7e7..2e9508a12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ android: - tools # https://github.com/travis-ci/travis-ci/issues/6040 - android-25 - platform-tools - - build-tools-25.0.0 + - build-tools-25.0.2 - extra-android-m2repository - extra-google-m2repository licenses: diff --git a/build.gradle b/build.gradle index 3e8beb7bf..348da66e1 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ android { } compileSdkVersion 25 - buildToolsVersion "25" + buildToolsVersion "25.0.2" defaultConfig { applicationId "org.tasks"