Okio - library that complements java.io
and java.nio
to make it much easier to access, store, and process your data.
ProGuard rules for Okio
All unused classes and class members removed in the optimization phase. ProGuard obfuscates the remaining classes, fields, and methods with short names. Specify the following ProGuard rules in configuration file.
-dontwarn okio.**
For more information about Okio please see the website.