blob: a143b638f8058df3fe82ef47caf19f960b7d80c7 [file] [log] [blame]
Neil Fullere78f1172015-01-20 09:39:41 +00001URL: https://github.com/square/okio
2License: Apache 2
3Description: "A modern I/O API for Java"
4
5Local patches
6-------------
7
8All source changes (besides imports) marked with ANDROID-BEGIN and ANDROID-END:
9 - Removal of reference to a codehause annotation used in
10 okio/src/main/java/okio/DeflaterSink.java
11 - Commenting of code that references APIs not present on Android.
12 - Removal of test code that uses JUnit 4.11 features such as @Parameterized.Parameters