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

View file

@ -5,7 +5,7 @@ buildscript {
} }
dependencies { 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 { android {
compileSdkVersion 19 compileSdkVersion 19
buildToolsVersion '19.0.3' buildToolsVersion '19.1'
// NOTE: We are using the old folder structure to also support Eclipse // NOTE: We are using the old folder structure to also support Eclipse
sourceSets { sourceSets {