Save an allocation by using Okio instead of substring.

This commit is contained in:
jwilson
2015-05-25 06:01:46 -07:00
parent 455fa47f9b
commit 912c07dafa
3 changed files with 7 additions and 9 deletions

View File

@@ -26,7 +26,7 @@
<java.version>1.7</java.version>
<!-- Dependencies -->
<okio.version>1.1.0</okio.version>
<okio.version>1.4.0</okio.version>
<!-- Test Dependencies -->
<junit.version>4.12</junit.version>