1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-25 16:01:38 +03:00

Merge pull request #8 from square/jwilson/pool

Don't use jarjar to strip unused classes.
This commit is contained in:
Jake Wharton
2012-07-24 18:55:43 -07:00

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>