You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
546 B
16 lines
546 B
URL: https://github.com/square/okio
|
|
License: Apache 2
|
|
Description: "A modern I/O API for Java"
|
|
|
|
Local patches
|
|
-------------
|
|
|
|
All source changes (besides imports) marked with ANDROID-BEGIN and ANDROID-END.
|
|
|
|
These changes relate to okio dependencies not available on Android, such as:
|
|
- Removal of reference to a codehause annotation used in
|
|
okio/src/main/java/okio/DeflaterSink.java
|
|
- Commenting of code that references APIs not present on Android.
|
|
- Removal of test code that uses JUnit 4.11 features such as @Parameterized.Parameters
|
|
|