Bump buildToolsVersions

The new CI image has 24, not 23.0.3.
This commit is contained in:
Daniel Martí 2016-06-21 12:26:55 +01:00
parent c7fd3f238d
commit 3b649138bd
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ dependencies {
android {
compileSdkVersion 23
buildToolsVersion '23.0.3'
buildToolsVersion '24'
defaultConfig {
minSdkVersion 8

View File

@ -140,7 +140,7 @@ if (!hasProperty('sourceDeps')) {
android {
compileSdkVersion 23
buildToolsVersion '23.0.3'
buildToolsVersion '24'
useLibrary 'org.apache.http.legacy'
buildTypes {

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 23
buildToolsVersion '23.0.3'
buildToolsVersion '24'
defaultConfig {
minSdkVersion 8