blob: 63024bd3db8ab7e155f7495084376f90da9b0483 [file] [log] [blame]
Tobias Thierer5be18512016-06-24 19:23:19 +01001URL: https://github.com/square/okio
2License: Apache 2
3Description: "A modern I/O API for Java"
4
Tobias Thierercf362b82016-06-24 19:24:17 +01005Local patches
6-------------
7
8All source changes (besides imports) marked with ANDROID-BEGIN and ANDROID-END.
9
10These changes relate to okio dependencies not available on Android, such as:
11 - Removal of reference to a codehause annotation used in
12 okio/src/main/java/okio/DeflaterSink.java
13 - Commenting of code that references APIs not present on Android.
14 - Removal of test code that uses JUnit 4.11 features such as @Parameterized.Parameters
15