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/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index bb024f1..5dca4ec 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -25,6 +25,6 @@
     </application>
 
     <instrumentation android:name="android.test.InstrumentationTestRunner"
-        android:targetPackage="com.android.volley" />
+        android:targetPackage="com.android.volley.tests" />
 
 </manifest>