artem-zinnatullin / RxJavaProGuardRules

ProGuard rules for RxJava shipped as AAR!
Apache License 2.0
719 stars 36 forks source link

Could you explain me how to apply proguard rules of 3rd lib for main project? #54

Closed DanteAndroid closed 7 years ago

DanteAndroid commented 7 years ago

I have lib c, and I want to write a proguard rules in it, then add c to main project, so that main project doesn't need to add rules. Could you guide me a little bit?

artem-zinnatullin commented 7 years ago

I want to write a proguard rules in it

Not sure what that means.

In simple case you just need to add rxjava proguard rules as dependency to the library c, so it'll be used as transit one for main project.