update android build-tools

This commit is contained in:
Hannes Janetzek
2014-05-12 14:48:27 +02:00
parent 62255e7583
commit fbfe17743e
8 changed files with 18 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ dependencies {
android {
compileSdkVersion 19
buildToolsVersion '19.0.1'
buildToolsVersion '19.0.3'
sourceSets {
main {
@@ -86,4 +86,4 @@ task run (dependsOn: 'installDebug'){
proc.err.eachLine {line -> System.err.println( 'ERROR: ' + line)}
proc.waitFor()
}
}
}