Update build tools version for subprojects

This commit is contained in:
cketti 2014-12-19 02:57:39 +01:00
parent df8a823e41
commit 2011655344
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 21
buildToolsVersion '20.0.0'
buildToolsVersion '21.1.2'
sourceSets {
main {

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 21
buildToolsVersion '20.0.0'
buildToolsVersion '21.1.2'
sourceSets {
main {

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 21
buildToolsVersion '20.0.0'
buildToolsVersion '21.1.2'
sourceSets {
main {

View File

@ -13,7 +13,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 21
buildToolsVersion '20.0.0'
buildToolsVersion '21.1.2'
// NOTE: We are using the old folder structure to also support Eclipse
sourceSets {