am 008e0cc8: Merge "Fix deprecation warnings (now errors in 0.14.4) w/ gradle."

* commit '008e0cc8e51ef9e91110d91d4d662d0d86b252a1':
  Fix deprecation warnings (now errors in 0.14.4) w/ gradle.
diff --git a/build.gradle b/build.gradle
index 24a5710..7c0abdb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -3,11 +3,11 @@
         mavenCentral()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:0.11.+'
+        classpath 'com.android.tools.build:gradle:0.14.+'
     }
 }
 
-apply plugin: 'android-library'
+apply plugin: 'com.android.library'
 
 android {
     compileSdkVersion 19
diff --git a/rules.gradle b/rules.gradle
index 73d8a4c..6e9e5a8 100644
--- a/rules.gradle
+++ b/rules.gradle
@@ -3,7 +3,7 @@
 android {
     sourceSets {
         defaultConfig {
-            testPackageName 'com.android.volley.tests'
+            testApplicationId 'com.android.volley.tests'
         }
 
         main {