gradle: bump buildToolsVersion to 24.0.1
This commit is contained in:
parent
217bde1290
commit
d41cfe85d6
@ -11,7 +11,7 @@ dependencies {
|
||||
|
||||
android {
|
||||
compileSdkVersion 24
|
||||
buildToolsVersion '24.0.0'
|
||||
buildToolsVersion '24.0.1'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 8
|
||||
|
@ -140,7 +140,7 @@ if (!hasProperty('sourceDeps')) {
|
||||
|
||||
android {
|
||||
compileSdkVersion 24
|
||||
buildToolsVersion '24.0.0'
|
||||
buildToolsVersion '24.0.1'
|
||||
useLibrary 'org.apache.http.legacy'
|
||||
|
||||
buildTypes {
|
||||
|
@ -19,7 +19,7 @@ dependencies {
|
||||
|
||||
android {
|
||||
compileSdkVersion 19
|
||||
buildToolsVersion '24.0.0'
|
||||
buildToolsVersion '24.0.1'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 7
|
||||
|
@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
compileSdkVersion 24
|
||||
buildToolsVersion '24.0.0'
|
||||
buildToolsVersion '24.0.1'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 8
|
||||
|
Loading…
x
Reference in New Issue
Block a user