-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check if ProGuard rules required for RxJava v2 #44
Comments
Forgot to mention: if ProGuard rules won't be required for RxJava v2 — this project will be iceboxed since RxJava v2 has same requirements to runtime as RxJava v1 and is basically long-term replacement for v1. If we'll see new releases of RxJava v1 after v2 release — I'll keep this project updated until I stop using v1 at work, then I'll switch to community (PRs) driven releases. |
I'm already using Rx2 partially in production (RxJava 2, Retrofit, RxAndroid) and so far I didn't need to specify anything. |
Yup, looks like RxJava v2 does not use |
@akarnokd any plans to use |
We won't use |
So, ProGuard rules for RxJava v2 are not required at the moment. I'm closing this issue and updating README.md to mention that, thanks @vanniktech and @akarnokd! |
RxJava v2 release is coming, this issue will collect info regarding ProGuard for RxJava v2.
// cc @vanniktech created this as continuation of our discussion.
The text was updated successfully, but these errors were encountered: