diff --git a/build.gradle b/build.gradle index 69b937c1a..096f358e9 100644 --- a/build.gradle +++ b/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 {