From 7e2cbd969a7242faa9877d7bb7a83c0603d44ec1 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sat, 23 Jul 2016 17:09:15 +0200 Subject: [PATCH] Update android build tools to 24.0.1 --- .travis.yml | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b691ba5..bc2e95ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ android: components: - platform-tools - tools - - build-tools-23.0.3 + - build-tools-24.0.1 - android-24 - extra-android-m2repository diff --git a/app/build.gradle b/app/build.gradle index fcd9ea17..f486d1f9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 24 - buildToolsVersion "23.0.3" + buildToolsVersion "24.0.1" dependencies { compile 'com.android.support:support-annotations:24.1.1'