1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-24 04:02:07 +03:00

Don't use jarjar to strip unused classes.

It was stripping required classes that were only needed
moved classes. We don't have any unused classes so this is
a wasted step anyway.
This commit is contained in:
Jesse Wilson
2012-07-24 18:53:34 -07:00
parent 7e6015ba47
commit f984c3940d

View File

@@ -112,9 +112,6 @@
<pattern>libcore.**</pattern>
<result>com.squareup.okhttp.libcore.@1</result>
</rule>
<keep>
<pattern>com.squareup.okhttp.**</pattern>
</keep>
</rules>
</configuration>
</execution>