NoNet ProGuard rules

NoNet – is an Android library for monitoring network connectivity.

ProGuard rules for NoNet

Unused classes, fields, attributes and methods will be removed by ProGuard's shrinking step. By default, short names like 'a', 'b', etc. are used as obfuscated names. Use the next rules in ProGuard proguard-rules.pro file.

#################################### NoNet #####################################
-dontwarn io.reactivex.**
-dontwarn okio.**

-dontwarn io.reactivex.** and okio.**

For more information about NoNet please see the website.

Related ProGuard rules

Static Gson ProGuard rules

Popular ProGuard rules