Update buildTools to 19.1

Dominik Schürmann created

Change summary

build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

build.gradle 🔗

@@ -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 {