-
Notifications
You must be signed in to change notification settings - Fork 132
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
Release a new version 2.0.2 #144
Comments
FYI: the fix on master is broken. The filter here will filter out any null key emissions, meaning that the default value won't actually be emitted as #141 intended. |
Just a note that this is going to be very high priority very soon because all apps on Play Store need to target SDK 30 from November, and every app using this library will be affected by #141 when they update target SDK. |
@grandstaish this filter will filter null key, but not null value... |
If anyone needs to update in the meantime you can get a HEAD build from jitpack: https://jitpack.io/#f2prateek/rx-preferences/4f0d5087ab |
Hey @f2prateek, would it be possible to get a new release, or should we consider the repo unmaintained and look to fork? Thanks! |
Hey @f2prateek would be pretty nice and important. I see you are still somewhat active and there are already finished Pull Request you just need to merge. Me and a lot of other developers would really appreciate it. |
Hi - apologies for the delay here. I haven't been doing Android development for a while now so I don't feel like I am best suited to continue maintaining this library. I'm going to deprecate it and recommend a replacement. Thank you for using the library! |
@f2prateek Please release a new version
2.0.2
that includes the last pull request you accepted #143.The text was updated successfully, but these errors were encountered: