gradle: bump buildToolsVersion to 24.0.1

This commit is contained in:
Daniel Martí 2016-07-31 18:40:06 +02:00
parent 217bde1290
commit d41cfe85d6
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -19,7 +19,7 @@ dependencies {
android { android {
compileSdkVersion 19 compileSdkVersion 19
buildToolsVersion '24.0.0' buildToolsVersion '24.0.1'
defaultConfig { defaultConfig {
minSdkVersion 7 minSdkVersion 7

View File

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