Merge "Update Volley to gradle-plugin 0.11 and build tools 19.1.0."
diff --git a/build.gradle b/build.gradle
index 8ae9213..24a5710 100644
--- a/build.gradle
+++ b/build.gradle
@@ -3,8 +3,15 @@
         mavenCentral()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:0.8.+'
+        classpath 'com.android.tools.build:gradle:0.11.+'
     }
 }
 
-apply from: 'rules.gradle'
\ No newline at end of file
+apply plugin: 'android-library'
+
+android {
+    compileSdkVersion 19
+    buildToolsVersion = '19.1.0'
+}
+
+apply from: 'rules.gradle'
diff --git a/rules.gradle b/rules.gradle
index a76c7c0..73d8a4c 100644
--- a/rules.gradle
+++ b/rules.gradle
@@ -1,9 +1,6 @@
 apply plugin: 'android-library'
 
 android {
-    compileSdkVersion 19
-    buildToolsVersion = '19.0.3'
-
     sourceSets {
         defaultConfig {
             testPackageName 'com.android.volley.tests'