/RxJavaProGuardRules

ProGuard rules for RxJava shipped as AAR!

Primary LanguageShellApache License 2.0Apache-2.0

##ProGuard rules for RxJava shipped as AAR!

Versioning principle:

Imagine RxJava has version x.y.z — RxJavaProGuardRules version will be x.y.z.n where n is patch version of ProGuard rules for the concrete version of RxJava!

Example: RxJava 1.1.2, RxJavaProGuardRules 1.1.2.n. Easy breezy.


####Download

// RxJava itself
compile 'io.reactivex:rxjava:1.1.2'

// And ProGuard rules for RxJava!
compile 'com.artemzin.rxjava:proguard-rules:1.1.2.0'

You can find all releases on Maven Central, and here is the file with ProGuard rules.


https://twitter.com/artem_zin

Credits for the very first ProGuard rules in this library goes to @felipecsl!