Use max compression on .zip/.jar files
[zxing.git] / core / build.xml
index d3dff77..9cac6f4 100644 (file)
@@ -42,7 +42,7 @@
            debug="true"
            deprecation="true"
            fork="true"/>
-    <jar jarfile="core.jar" basedir="build"/>
+    <jar jarfile="core.jar" basedir="build" level="9"/>
   </target>
 
   <target name="test" depends="init,build">