Update buildTools to 19.1

This commit is contained in:
Dominik Schürmann 2014-06-09 21:54:19 +02:00
parent 650e1ebda8
commit a77887d32f
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:0.10.0'
classpath 'com.android.tools.build:gradle:0.11.1'
}
}
@ -13,7 +13,7 @@ apply plugin: 'android-library'
android {
compileSdkVersion 19
buildToolsVersion '19.0.3'
buildToolsVersion '19.1'
// NOTE: We are using the old folder structure to also support Eclipse
sourceSets {