aboutsummaryrefslogtreecommitdiff
path: root/library/build.gradle
diff options
context:
space:
mode:
authorSam Judd <judds@google.com>2014-06-30 19:10:07 -0700
committerSam Judd <judds@google.com>2014-06-30 19:10:07 -0700
commit18d5c371d568d0f2e33b8b5e78b400156c1720f5 (patch)
treeeb45e25d2c495620912bb6566b5b548dc03aea7d /library/build.gradle
parent4f7c51ca4c48911c24097b86932c229fa874359e (diff)
downloadglide-18d5c371d568d0f2e33b8b5e78b400156c1720f5.tar.gz
Remove unused dependency and performance fixes.
Diffstat (limited to 'library/build.gradle')
-rw-r--r--library/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/build.gradle b/library/build.gradle
index 2780f353..cd350b82 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -5,7 +5,6 @@ dependencies {
compile project(':third_party:gif_decoder')
compile 'com.android.support:support-v4:19.1.+'
- compile 'com.mcxiaoke.volley:library:1.0.+'
compile 'com.jakewharton:disklrucache:2.0.+'
androidTestCompile 'org.hamcrest:hamcrest-core:1.3'