summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Bendowski <bendowski@google.com>2015-08-24 16:48:18 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-24 16:48:18 +0000
commit8cb9c581740c2a79e99c1753fb71d05124eb8a9f (patch)
tree6eb501e976f860d38911bdd9b8ca83caaae4e2ee
parent90aeba65f03978448cd3e7615b4dae96ac6dcddc (diff)
parentb4d7d2959c8e7253a84d83d98cb8162c7bda5c44 (diff)
downloadvolley-8cb9c581740c2a79e99c1753fb71d05124eb8a9f.tar.gz
am b4d7d295: Merge "Revert "Specify test dependecies in rules.gradle.""
* commit 'b4d7d2959c8e7253a84d83d98cb8162c7bda5c44': Revert "Specify test dependecies in rules.gradle."
-rw-r--r--build.gradle4
-rw-r--r--rules.gradle9
2 files changed, 0 insertions, 13 deletions
diff --git a/build.gradle b/build.gradle
index 92c86eb..83acd6d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,10 +25,6 @@ buildscript {
apply plugin: 'com.android.library'
-repositories {
- jcenter()
-}
-
android {
compileSdkVersion 22
buildToolsVersion = '22.0.1'
diff --git a/rules.gradle b/rules.gradle
index c8a95a9..40508d0 100644
--- a/rules.gradle
+++ b/rules.gradle
@@ -1,12 +1,3 @@
// See build.gradle for an explanation of what this file is.
apply plugin: 'com.android.library'
-
-// Check if the android plugin version supports unit testing.
-if (configurations.findByName("testCompile")) {
- dependencies {
- testCompile "junit:junit:4.10"
- testCompile "org.mockito:mockito-core:1.9.5"
- testCompile "org.robolectric:robolectric:2.2"
- }
-}