From f13b4f65e9cffe9187e7a3d31f2fd221930f95e4 Mon Sep 17 00:00:00 2001 From: Bruno Parmentier Date: Thu, 28 Jan 2016 21:54:40 +0100 Subject: [PATCH] Update buildToolsVersion to 23.0.2 --- .travis.yml | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9bf9a38..df54bce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ android: - extra-android-m2repository # The BuildTools version used by the project - - build-tools-23.0.1 + - build-tools-23.0.2 # The SDK version used to compile the project - android-22 diff --git a/app/build.gradle b/app/build.gradle index 7d7def5..1900727 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,7 +19,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 22 - buildToolsVersion '23.0.1' + buildToolsVersion '23.0.2' defaultConfig { applicationId "be.brunoparmentier.openbikesharing.app"