Update tools to 22.0.1

This commit is contained in:
mar-v-in 2015-04-15 01:19:40 +02:00
parent 0f8febb705
commit e128198426
5 changed files with 18 additions and 6 deletions

2
extern/GmsApi vendored

@ -1 +1 @@
Subproject commit a0e9645c796dfd8af38f8cdedf21f5a299c9c5b0
Subproject commit 6743f1d4b1a3cf0202b9d62f2ebc5dfb385b5576

View File

@ -18,5 +18,8 @@ dependencies {
android {
compileSdkVersion 22
buildToolsVersion "22.0.0"
buildToolsVersion "22.0.1"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_6
}
}

View File

@ -17,5 +17,8 @@ dependencies {
android {
compileSdkVersion 22
buildToolsVersion "22.0.0"
}
buildToolsVersion "22.0.1"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_6
}
}

View File

@ -17,5 +17,8 @@ dependencies {
android {
compileSdkVersion 22
buildToolsVersion "22.0.0"
buildToolsVersion "22.0.1"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_6
}
}

View File

@ -19,5 +19,8 @@ dependencies {
android {
compileSdkVersion 22
buildToolsVersion "22.0.0"
buildToolsVersion "22.0.1"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_6
}
}