Closed DanteAndroid closed 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?
c
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.
I have lib
c
, and I want to write a proguard rules in it, then addc
to main project, so that main project doesn't need to add rules. Could you guide me a little bit?