aboutsummaryrefslogtreecommitdiff
path: root/library/custom_rules.xml
diff options
context:
space:
mode:
authorSam Judd <judds@google.com>2014-06-13 11:46:07 -0700
committerSam Judd <judds@google.com>2014-06-13 11:46:07 -0700
commit50f743d619eca0df15a9edd531f54c73cadec9c4 (patch)
tree5e4e191956d7d402a774098e1cad8676ecb55225 /library/custom_rules.xml
parent9965bee0f6e0c5d46a83856ab14fde9ea1e83809 (diff)
downloadglide-50f743d619eca0df15a9edd531f54c73cadec9c4.tar.gz
Don't include testing jars in Glide.jar
Diffstat (limited to 'library/custom_rules.xml')
-rw-r--r--library/custom_rules.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/custom_rules.xml b/library/custom_rules.xml
index ab20d6e7..a5da3a39 100644
--- a/library/custom_rules.xml
+++ b/library/custom_rules.xml
@@ -5,7 +5,7 @@
<target name="jar" depends="-compile">
<jar destfile="bin/glide-${mymanifest.manifest.android:versionName}.jar"
basedir="bin/classes" >
- <zipgroupfileset dir="libs" includes="*.jar" />
+ <zipgroupfileset dir="libs" includes="disklrucache*.jar,volley.jar" />
</jar>
</target>
</project>