RxEasyHttp – is a library that provides simple and easy to use based on Retrofit2 + RxJava network request framework, combined with the Android platform features.
ProGuard configuration rules for RxEasyHttp
By default, shrinking is applied; all classes and methods are removed. By default, short names like 'a', 'b', etc. are used as obfuscated names. You have to set up a ProGuard configuration in proguard-rules.pro file.
################################## RxEasyHttp ################################## -dontwarn okio.** -dontwarn javax.annotation.Nullable -dontwarn javax.annotation.ParametersAreNonnullByDefault -dontwarn javax.annotation.** -keep com.zhouyou.http.model -keep com.zhouyou.http.cache.model
For more information about RxEasyHttp please see the website.